Subject: | test_requires in Build.PL ignored |
In your Build.PL I find
test_requires => {
'Test::Exception' => 0,
'Test::Warn' => 0
},
I do not believe that test_requires is supported by Module::Build. That
should be build_requires.
It may be a bug in Module::Build that it does not complain about the
unsupported parameter. In any case look into the file _build/prereqs,
produced by Build.PL. In my cas it does not contain Test::Exception or
Test::Warn at all.
This explains why there are so many FAIL reports with "Can't locate
Test/Warn.pm..."
HTH, Thanks && Regards,