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