Greetings,

I'm receiving FAIL reports from one of my distributions and I'm wondering if is a problem with the distribution itself or the smoker configuration.

These are the reports:

http://www.cpantesters.org/cpan/report/349c432a-d9fd-11e3-9cc1-66ff8706f0e4
http://www.cpantesters.org/cpan/report/3b9d6f82-d9fd-11e3-8ea1-5f018806f0e4
http://www.cpantesters.org/cpan/report/fb8adce6-d767-11e3-9dd7-19b0f1eb6092

All three complaining for missing Test::Class and Test::Most.

And this is the configuration available in the Makefile.PL:

    PREREQ_PM        => {
        'namespace::autoclean'         => 0.13,
        'Moose'                        => 2.0401,
        'FSA::Rules'                   => 0.32,
        'MooseX::Storage'              => 0.33,
        'Moose::Util::TypeConstraints' => 2.0402,
        'MooseX::AbstractFactory'      => 0.004000,
        'MooseX::Singleton'            => 0.27,
        'MooseX::FollowPBP'            => 0.05,
        'Log::Log4perl'                => 1.41,
        'YAML::Syck'                   => 1.25,
        'File::BOM'                    => 0.14
    },
    TEST_REQUIRES => {
        'Test::Most'               => 0.25,
        'Test::Pod'                => 1.22,
        'Test::Pod::Coverage'      => 1.08,
        'Test::Class'              => 0.36,
        'Test::Moose'              => 2.0801,
        'Class::Data::Inheritable' => 0.08,
        'Config::Tiny'             => 2.14,
    },

Maybe is due old versions of ExtUtils::MakeMaker? I'm using 6.96, one of the smokers was with 6.63_02.

Thank you,
Alceu

Reply via email to