A broken module install that your module depends on means it aint gonna work until that is fixed so the test results are exactly what you want. To get it to insist that you have Net::SNMP 5.1+ then just add this to your Makefile.PL and it will choke on the Makefile.PL unless Net::SNMP 5.1 is installed.
WriteMakefile( 'NAME' => 'MyApp::EachMod', ..... 'PREREQ_PM' => { Net::SNMP => 5.1 }, ..... );
cheers
tachyon
In reply to Re: MakeMaker, testing, and packages with modules
by tachyon
in thread MakeMaker, testing, and packages with modules
by Rhys
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |