summaryrefslogtreecommitdiff
path: root/regen
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2013-09-15 16:31:19 -0700
committerRicardo Signes <rjbs@cpan.org>2013-10-05 14:20:09 -0400
commit158beccad252a25c107551be283bdc27e2729d29 (patch)
treeff4c51a00dac5b407121b974270fda0c896c7eb8 /regen
parenteae81d973bc62051b9fbdc6adab6609b87c5f670 (diff)
downloadperl-158beccad252a25c107551be283bdc27e2729d29.tar.gz
Add postderef_qq feature feature
Diffstat (limited to 'regen')
-rwxr-xr-xregen/feature.pl1
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',