diff options
author | Father Chrysostomos <sprout@cpan.org> | 2013-09-15 16:31:19 -0700 |
---|---|---|
committer | Ricardo Signes <rjbs@cpan.org> | 2013-10-05 14:20:09 -0400 |
commit | 158beccad252a25c107551be283bdc27e2729d29 (patch) | |
tree | ff4c51a00dac5b407121b974270fda0c896c7eb8 /regen | |
parent | eae81d973bc62051b9fbdc6adab6609b87c5f670 (diff) | |
download | perl-158beccad252a25c107551be283bdc27e2729d29.tar.gz |
Add postderef_qq feature feature
Diffstat (limited to 'regen')
-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 21e8a2bea7..d43abc0684 100755 --- a/regen/feature.pl +++ b/regen/feature.pl @@ -30,6 +30,7 @@ my %feature = ( array_base => 'arybase', current_sub => '__SUB__', lexical_subs => 'lexsubs', + postderef_qq => 'postderef_qq', unicode_eval => 'unieval', unicode_strings => 'unicode', fc => 'fc', |