Skip Menu |

This queue is for tickets about the Iterator-Simple-Lookahead CPAN distribution.

Report information
The Basics
Id: 128624
Status: resolved
Priority: 0/
Queue: Iterator-Simple-Lookahead

People
Owner: Nobody in particular
Requestors: ppisar [...] redhat.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.08
Fixed in: 0.09



Subject: META requires Perl 5.8.1 but code 5.8.0 only
META files declare higher minimal Perl version than any code actually uses: $ grep -Hnr 5\.8 Changes:16: Requirement for Perl 5.16.1 was not necessary, decreased to 5.8.0. Makefile.PL:4:use v5.8; Makefile.PL:20: MIN_PERL_VERSION => 5.8.1, petr@dhcp-0-146:~/fedora/perl-Iterator-Simple-Lookahead/Iterator-Simple-Lookahead-0.08 $ grep -Hnr 5\.008 META.json:38: "perl" : "5.008001" META.yml:24: perl: '5.008001' lib/Iterator/Simple/Lookahead.pm:15:use 5.008000;
Fixed Makefile.PL