Subject: | Undeclared dependencies |
It doesn't happen often but cpantesters found both of
Can't locate Data/OptList.pm
Can't locate MRO/Compat.pm
E.g. in
http://www.nntp.perl.org/group/perl.cpan.testers/2009/02/msg3241378.html
http://www.nntp.perl.org/group/perl.cpan.testers/2009/02/msg3241274.html
If you fix those two there would remain some failing tests which seem to
be version dependencies on Moose. It seems that Moose 0.26 and 0.68 were
not playing nicely with MooseX::Traits, so you'd better set the
dependency to 0.69. See
http://www.nntp.perl.org/group/perl.cpan.testers/2009/02/msg3335556.html
HTH,
Thanks!