diff options
author | Father Chrysostomos <sprout@cpan.org> | 2015-01-03 22:20:17 -0800 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2015-01-31 22:03:50 -0800 |
commit | cec892e70ee3421ec1820fe8e5df17cb07e1a686 (patch) | |
tree | f72448ccd3a1e9d1a70abccfe7cf0355e20e19a4 /regen/feature.pl | |
parent | 5d01050abccabc9ab4309d80d4b603d68575e0a8 (diff) | |
download | perl-cec892e70ee3421ec1820fe8e5df17cb07e1a686.tar.gz |
Add bitwise feature feature
Diffstat (limited to 'regen/feature.pl')
-rwxr-xr-x | regen/feature.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/regen/feature.pl b/regen/feature.pl index 0d41d3be2c..a402626973 100755 --- a/regen/feature.pl +++ b/regen/feature.pl @@ -25,6 +25,7 @@ my %feature = ( say => 'say', state => 'state', switch => 'switch', + bitwise => 'bitwise', evalbytes => 'evalbytes', postderef => 'postderef', array_base => 'arybase', |