Hi
Your module uses Class::C3 directly. It shouldn't do this, as c3
method resolution
is natively included in perl >= 5.9.5.
Instead, you should depend on MRO::Compat which will require Class::C3
if the perl version that the user has requires it, but will otherwise
use the native implementation.
Cheers
t0m
Mon May 03 09:49:43 2010DRUOSO [...] cpan.org - Correspondence added
Fixed in SVN, ready to go to CPAN.
Mon May 03 09:49:44 2010The RT System itself - Status changed from 'new' to 'open'
Mon May 03 09:49:44 2010DRUOSO [...] cpan.org - Status changed from 'open' to 'resolved'