Right, I had an old version.pm in my $PERL5LIB. Careless of me not to check that. Sorry for the false report, and thanks for the help1 On Tue, Jun 8, 2010 at 7:54 PM, Ævar Arnfjörð Bjarmason <avarab@gmail.com>wrote: > On Tue, Jun 8, 2010 at 18:54, Mark J. Reed <markjreed@gmail.com> 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' > -- Mark J. Reed <markjreed@gmail.com>Thread Previous