This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
op.c: Use new feature bundle hints
authorFather Chrysostomos <sprout@cpan.org>
Fri, 23 Dec 2011 06:22:51 +0000 (22:22 -0800)
committerFather Chrysostomos <sprout@cpan.org>
Sat, 24 Dec 2011 17:25:18 +0000 (09:25 -0800)
commit6634bb9d0ed117be3584c9446cc6b05b93e3c773
tree2ecac3a786603fe255eaba5fb68a92e19431dc01
parent4160ddbd34d65f63317a6e87331c497432389b1e
op.c: Use new feature bundle hints

Now ‘use v5.22’ and ‘use 5.005’ no longer have to load feature.pm
to enable the current feature bundle.  All they do is twiddle bits
in PL_hints.

Since version declarations no longer call feature->unimport, there
may be junk left over in %^H (which we leave for speed’s sake), so
feature.pm has to delete that junk before enabling features.
lib/feature.pm
op.c
regen/feature.pl