Subject: | Incorrect bump to 5.8 for syntax *fully* working on 5.6 |
This line is an error:
https://metacpan.org/source/CHORNY/Perl-MinimumVersion-1.32/lib/Perl/MinimumVersion.pm#L81
Consider:
rabbit@Thesaurus:~$ perl -e 'use strict; use warnings; BEGIN { package Foo; use base "Exporter"; our @EXPORT = "fortytwo"; sub fortytwo { 42 } }; BEGIN { Foo->import }; warn $]; warn fortytwo'
5.006002 at -e line 1.
42 at -e line 1.