Subject: | Unnecessary requirement for Perl version 5.8.5 |
Hello,
I was trying out your module on a Perl 5.6.1 installation and it installs and works after removing the requirement of Perl 5.8.5 specified in the Makefile.PL - I find this requirement unnecessary - and I would recommend that you remove it.
I have included a patch for the Makefile.PL
jonasbn
Index: Makefile.PL
===================================================================
RCS file: /cvs/patches/Pod-WSDL-0.03/Makefile.PL,v
retrieving revision 1.1
diff -u -r1.1 Makefile.PL
--- Makefile.PL 8 Dec 2005 22:20:13 -0000 1.1
+++ Makefile.PL 8 Dec 2005 22:20:40 -0000
@@ -1,4 +1,3 @@
-use 5.008005;
use ExtUtils::MakeMaker;
# See lib/ExtUtils/MakeMaker.pm for details of how to influence
# the contents of the Makefile that is written.