OlegG has asked for the wisdom of the Perl Monks concerning the following question:
But it seems that `test_requires' option doesn't work.WriteMakefile( NAME => 'LWP::UserAgent::Cached', LICENSE => 'perl', VERSION_FROM => 'lib/LWP/UserAgent/Cached.pm', # finds $VERSI +ON PREREQ_PM => { 'LWP::UserAgent' => 0 }, # e.g., Module::Na +me => 1.1 META_MERGE => { resources => {repository => 'https://github.com/olegwtf/p5-LWP-Use +rAgent-Cached'}, test_requires => { 'Test::More' => 0.88, 'Test::Mock::LWP::Dispatch' => 0.02, 'File::Temp' => 0 } }, ($] >= 5.005 ? ## Add these new keywords supported since 5.005 (ABSTRACT_FROM => 'lib/LWP/UserAgent/Cached.pm', # retrieve abs +tract from module AUTHOR => 'Oleg G <oleg@cpan.org>') : ()), );
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: How to specify tests dependencies with Makefile.PL?
by davido (Cardinal) on Jan 03, 2012 at 11:40 UTC | |
by OlegG (Monk) on Jan 03, 2012 at 12:39 UTC | |
by davido (Cardinal) on Jan 03, 2012 at 13:01 UTC | |
by OlegG (Monk) on Jan 03, 2012 at 14:45 UTC | |
by davido (Cardinal) on Jan 03, 2012 at 15:45 UTC | |
| |
|
Re: How to specify tests dependencies with Makefile.PL?
by Anonymous Monk on Jan 03, 2012 at 07:46 UTC | |
by OlegG (Monk) on Jan 03, 2012 at 12:19 UTC | |
by jhourcle (Prior) on Jan 03, 2012 at 16:15 UTC |