Skip Menu |

This queue is for tickets about the SMS-Send CPAN distribution.

Report information
The Basics
Id: 93841
Status: new
Priority: 0/
Queue: SMS-Send

People
Owner: Nobody in particular
Requestors: torbjorn.lindahl [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: Wishlist
Broken in: 1.06
Fixed in: (no value)



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.