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;