Skip Menu |

This queue is for tickets about the Pod-WSDL CPAN distribution.

Report information
The Basics
Id: 16366
Status: resolved
Priority: 0/
Queue: Pod-WSDL

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

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



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.
Date: Fri, 09 Dec 2005 08:46:44 +0100
From: Tarek Ahmed <bloerch [...] oelbsk.org>
To: bug-Pod-WSDL [...] rt.cpan.org
Subject: Re: [cpan #16366] Unnecessary requirement for Perl version 5.8.5
RT-Send-Cc:
Jonas B. Nielsen via RT wrote: Show quoted text
>This message about Pod-WSDL was sent to you by JONASBN <JONASBN@cpan.org> via rt.cpan.org > >Full context and any attached attachments can be found at: ><URL: https://rt.cpan.org/Ticket/Display.html?id=16366 > > >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 know, I know, I just didn't make it until now :-) Since I have a new version (0.4) that is almost ready, I thought to upload this together, thanks for your hint, greetings, tarek