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'Thread Previous | Thread Next