diff options
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 c9a4cd6588..62f5805c6e 100755 --- a/regen/feature.pl +++ b/regen/feature.pl @@ -29,6 +29,7 @@ my %feature = ( postderef => 'postderef', array_base => 'arybase', current_sub => '__SUB__', + lvalue_refs => 'lvref', lexical_subs => 'lexsubs', postderef_qq => 'postderef_qq', unicode_eval => 'unieval', |