On Fri, May 10, 2013 at 08:38:34PM -0500, Greg London wrote: > > Hm, so, I just got an email from cpan testers that Parse::Gnaw failed to > pass on every installation. I clicked on one of the links they included: > > http://www.cpantesters.org/cpan/report/a3910b85-6dcd-1014-a5d2-5aa324ca0c09 > > And I see this: > > t/gnaw_call.t ......................................... ok > Can't locate Test/Warn.pm in @INC (@INC contains: lib > C:\Perl16\cpan\build\Parse-Gnaw-0.600-SugcXd\blib\lib > C:\Perl16\cpan\build\Parse-Gnaw-0.600-SugcXd\blib\arch C:/Perl16/site/lib > C:/Perl16/lib) at t/gnaw_call_nonexistent.t line 11. > BEGIN failed--compilation aborted at t/gnaw_call_nonexistent.t line 11. > > > How do I get Test::Warn in there?
Add it to 'build requires' in META.json and Makefile.PL: http://cpansearch.perl.org/src/GSLONDON/Parse-Gnaw-0.600/META.json http://cpansearch.perl.org/src/GSLONDON/Parse-Gnaw-0.600/Makefile.PL Ronald _______________________________________________ Boston-pm mailing list [email protected] http://mail.pm.org/mailman/listinfo/boston-pm

