diff options
author | Robin Houston <robin@cpan.org> | 2005-12-22 11:54:55 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2005-12-22 14:55:52 +0000 |
commit | 7168684c4ec9fd16f6c71a229097fb6d4325493a (patch) | |
tree | 819ee83917fa36015ff943a3fe4a482059121bfb /lib/feature.pm | |
parent | e26df76ac13ccf3f750bea05eac65b7ffffc7826 (diff) | |
download | perl-7168684c4ec9fd16f6c71a229097fb6d4325493a.tar.gz |
eliminate HINT_HH_FOR_EVAL
Message-ID: <20051222115455.GB30301@rpc142.cs.man.ac.uk>
p4raw-id: //depot/perl@26447
Diffstat (limited to 'lib/feature.pm')
-rw-r--r-- | lib/feature.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/feature.pm b/lib/feature.pm index 345b288a2a..4f03329802 100644 --- a/lib/feature.pm +++ b/lib/feature.pm @@ -1,7 +1,7 @@ package feature; our $VERSION = '1.00'; -$feature::hint_bits = 0x04020000; # HINT_LOCALIZE_HH | HINT_HH_FOR_EVAL +$feature::hint_bits = 0x00020000; # HINT_LOCALIZE_HH # (feature name) => (internal name, used in %^H) my %feature = ( |