Skip Menu |

This queue is for tickets about the WWW-Discogs CPAN distribution.

Report information
The Basics
Id: 72393
Status: resolved
Priority: 0/
Queue: WWW-Discogs

People
Owner: MGASEK [...] cpan.org
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.12
Fixed in: 0.13



Subject: Wrong MIN_PERL_VERSION specification?
The Makefile.PL has the following line: MIN_PERL_VERSION => '5.8', This does not seem to be correct. With perl 5.14.0 I get the following warning: Warning: Perl version 5.8 or higher required. We run 5.014000. Probably you have to use proper float versions (5.008) or two-dotted versions (5.8.0). Regards, Slaven
Fixed in 0.13. Thanks! Regards, Michal