Skip Menu |

This queue is for tickets about the Test-Program CPAN distribution.

Report information
The Basics
Id: 18332
Status: resolved
Priority: 0/
Queue: Test-Program

People
Owner: Nobody in particular
Requestors: adamk [...] cpan.org
Cc:
AdminCc:

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



Subject: Don't use warnings in Makefile.PL, and add a version dep
use warnings adds a Perl 5.006 dependency. While it's not so bad to have it in the test module itself, it's perhaps not so great to use it in the Makefile.PL, because anyone without 5.6 who tried to install it will just see the installer crash. Please also consider adding an explicit Perl version dependency, so that things fail correctly for pre 5.6 people.
On Thu Mar 23 20:59:30 2006, guest wrote: Show quoted text
> use warnings adds a Perl 5.006 dependency. > > While it's not so bad to have it in the test module itself, it's perhaps > not so great to use it in the Makefile.PL, because anyone without 5.6 > who tried to install it will just see the installer crash. > > Please also consider adding an explicit Perl version dependency, so that > things fail correctly for pre 5.6 people.
added in next after 0.04.