Skip Menu |

This queue is for tickets about the MooseX-Traits CPAN distribution.

Report information
The Basics
Id: 43564
Status: resolved
Priority: 0/
Queue: MooseX-Traits

People
Owner: Nobody in particular
Requestors: ANDK [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.03
Fixed in: (no value)



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!
Moose dependency is bumped. I'm not going to depend on MRO::Compat or Data::OptList, as MooseX:Traits doesn't use those directly. Moose does, and properly depends on them.