Subject: | sub new issues when using for example Moo in a Driver |
I tried to implement a ::Driver with Moo.
Now that does things with sub new that causes the parent SMS::Send::Driver::new still to be run and die as if there were no sub new.
Can that be fixed somehow? Not the nicest thing in the world to delete new from S::S::Driver's symbol table I suppose.