Skip Menu |

This queue is for tickets about the Net-Proxy CPAN distribution.

Report information
The Basics
Id: 36752
Status: resolved
Priority: 0/
Queue: Net-Proxy

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

Bug Information
Severity: Normal
Broken in: 0.12
Fixed in: 0.13



Subject: dependency on perl 5.6 should be written as 5.006
$ /usr/local/perl-5.10/bin/perl Build.PL Checking whether your kit is complete... Looks good Checking prerequisites... - ERROR: perl (5.10.0) is installed, but we need version >= 5.6 :-)
On Sat Jun 14 11:19:14 2008, ANDK wrote: Show quoted text
> $ /usr/local/perl-5.10/bin/perl Build.PL > Checking whether your kit is complete... > Looks good > > Checking prerequisites... > - ERROR: perl (5.10.0) is installed, but we need version >= 5.6 >
More specifically, the perl version specification in Build.PL is wrong. It is 'perl' => '5.6', but should really be 'perl' => '5.6.0', or alternatively 'perl' => '5.006', Regards, Slaven