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
Tue Feb 02 13:13:12 2010andreas.marienborg [...] gmail.com - Correspondence added
Uploaded new release to pause (0.100330), which should do this properly now
Tue Feb 02 13:13:13 2010The RT System itself - Status changed from 'new' to 'open'
Tue Feb 02 13:13:14 2010andreas.marienborg [...] gmail.com - Status changed from 'open' to 'resolved'