diff options
author | Ricardo Signes <rjbs@cpan.org> | 2013-05-18 10:09:57 -0400 |
---|---|---|
committer | Ricardo Signes <rjbs@cpan.org> | 2013-05-18 10:20:45 -0400 |
commit | d09258e79780544e1de559476ab3bf5df36f17c7 (patch) | |
tree | 2f70ca5e3b1f427de483d7371d9b34868e7dee16 /regen | |
parent | e9912eaa0d41601b26148905695843546b1f57d0 (diff) | |
download | perl-d09258e79780544e1de559476ab3bf5df36f17c7.tar.gz |
regen feature.pm
Diffstat (limited to 'regen')
-rwxr-xr-x | regen/feature.pl | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/regen/feature.pl b/regen/feature.pl index 89ba0c9808..377cd71264 100755 --- a/regen/feature.pl +++ b/regen/feature.pl @@ -50,6 +50,8 @@ my %feature_bundle = ( evalbytes current_sub fc)], "5.17" => [qw(say state switch unicode_strings unicode_eval evalbytes current_sub fc)], + "5.19" => [qw(say state switch unicode_strings unicode_eval + evalbytes current_sub fc)], ); # not actually used currently @@ -356,7 +358,7 @@ read_only_bottom_close_and_rename($h); __END__ package feature; -our $VERSION = '1.32'; +our $VERSION = '1.33'; FEATURES |