This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
[perl #90130] Allow CORE::* without feature.pm
authorFather Chrysostomos <sprout@cpan.org>
Sat, 11 Jun 2011 21:44:32 +0000 (14:44 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Sat, 11 Jun 2011 21:44:32 +0000 (14:44 -0700)
commit9dcb836830f7b4b182872b1181fb344b559c1d2e
treebd60e57ccdfb21adc3af9ba143ebc1fdcb83261c
parenta632cb9b5a97778e7d28500aa7b4ad50ddad8d36
[perl #90130] Allow CORE::* without feature.pm

This commit allows feature.pm-enabled keywords to work with CORE::*
even outside the scope of ‘use feature’.
pod/perldelta.pod
t/io/say.t
t/op/state.t
t/op/switch.t
toke.c