Skip Menu |

This queue is for tickets about the GD CPAN distribution.

Report information
The Basics
Id: 7827
Status: resolved
Priority: 0/
Queue: GD

People
Owner: LDS [...] cpan.org
Requestors: smylers [...] cpan.org
Cc:
AdminCc:

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



Subject: Makefile.PL Wrongly Requiring Perl 5.6
Hi there. I've just installed the GD module on a (FreeBSD) system running perl 5.005_03, where it runs fine. This is expected, as GD.pm requires only version 5.004. Unfortunately the supplied Makefile.PL thinks it requires perl 5.6.0. That isn't true -- it doesn't use our or warnings, and with that line removed the module installs OK with older Perls. I think it's a line put there automatically by some module-creation tool (that makes the assumption that your code won't work with perl older than you're running), but please could you remove it? Ta. Smylers
I manually update the requirements to match the version of Perl that I'm using. I can't support versions of Perl that I don't have installed on my home or work computers. You are free to change the Makefile.PL requirements, but I cannot guarantee that GD will work. Lincoln [guest - Thu Sep 30 10:00:56 2004]: Show quoted text
> Hi there. I've just installed the GD module on a (FreeBSD) system > running perl 5.005_03, where it runs fine. This is expected, as
GD.pm Show quoted text
> requires only version 5.004. > > Unfortunately the supplied Makefile.PL thinks it requires perl 5.6.0. > That isn't true -- it doesn't use our or warnings, and with that line > removed the module installs OK with older Perls. > > I think it's a line put there automatically by some module-creation > tool (that makes the assumption that your code won't work with perl > older than you're running), but please could you remove it? > > Ta. > > Smylers