This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Don’t ‘normalise’ hints for bare ‘no feature’
authorFather Chrysostomos <sprout@cpan.org>
Sat, 25 Feb 2012 22:26:13 +0000 (14:26 -0800)
committerFather Chrysostomos <sprout@cpan.org>
Sat, 25 Feb 2012 22:26:13 +0000 (14:26 -0800)
commitda5b542134ae843ebd50725db33b1ce6d82af1c1
treea5ae95a1be912045dfafb4c76323157e5f200926
parent5d826eaef15535c7ea548c9031da0da0406c4941
Don’t ‘normalise’ hints for bare ‘no feature’

‘Normalise’ in this case means to set $^H to indicate that features
are in %^H (FEATURE_BUNDLE_CUSTOM) and to make %^H contain the current
feature set.

Since ‘no feature’ sets the default feature bundle in $^H, this is
unnecessary in that case.
lib/feature.pm
regen/feature.pl