Subject: | Dependency on Moose |
Grepping for 'Moose' shows:
http://search.cpan.org/grep?release=Validation-Class-6.05;string=Moose;n=1;C=0
The two tests 40-mooserules.t and 41-mooserules-inht-t0m.t contain 'use
Moose' commands. Closer inspection shows that there is no protection to
prevent this use statement to happen. Since use statements are executed
during parsing, thess are unconditional use instructions, no matter what
later, during runtime would happen.
That makes the tests dependent on Moose and Moose is not declared as prereq.
Sample fail report: http://www.cpantesters.org/cpan/report/21188254
HTH&&Thanks,