Re: 5.12 and 'use feature'
[email protected] (Ævar Arnfjörð Bjarmason)
| Newsgroups | perl.perl5.porters |
|---|---|
| Message-ID | <[email protected]> |
On Tue, Jun 8, 2010 at 18:54, Mark J. Reed <[email protected]> wrote: > $ perl -E 'say "Hello,world!"' > Feature bundle "5.12" is not supported by Perl 5.12.1 at -e line 0 > > Shouldn't 5.12 have a :5.12 feature bundle? It does, it seems you're using a 5.10 feature.pm with 5.12. What does this say?: perl -mfeature -le 'print $feature::VERSION'