Skip Menu |

This queue is for tickets about the typesafety CPAN distribution.

Report information
The Basics
Id: 3054
Status: open
Priority: 0/
Queue: typesafety

People
Owner: Nobody in particular
Requestors:
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: (no value)
Fixed in: (no value)



Subject: remove test.pl, make prerequisites fatal
If the test is not gonna test the module, then it shouldn't be a test at all, please remove it (fake tests are worse than no tests). pass the boolean option PREREQ_FATAL => 1, to ExtUtils::MakeMaker's WriteMakefile in Makefile.PL, that way it dies if B::Generate is not available
On 2003-07-27 20:10:19, guest wrote: Show quoted text
> If the test is not gonna test the module, > then it shouldn't be a test at all, please remove it > (fake tests are worse than no tests). > > pass the boolean option PREREQ_FATAL => 1, > to ExtUtils::MakeMaker's WriteMakefile in Makefile.PL, > that way it dies if B::Generate is not available
Please never use PREREQ_FATAL. See the ExtUtils::MakeMaker documentation.