diff options
author | Sawyer X <xsawyerx@cpan.org> | 2020-06-28 01:12:28 +0300 |
---|---|---|
committer | Sawyer X <xsawyerx@cpan.org> | 2020-06-28 01:12:28 +0300 |
commit | f69f4f3b692191ce147efb8938365cd41642adcd (patch) | |
tree | 99a796f4b445be7cef884b484328fbf9ba0e1771 /regen | |
parent | 21d681b3bd67e6ee92be19e85cac9ba9e8c8a979 (diff) | |
download | perl-f69f4f3b692191ce147efb8938365cd41642adcd.tar.gz |
Bump to 5.33.0
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 667f524a7c..f312e8160e 100755 --- a/regen/feature.pl +++ b/regen/feature.pl @@ -69,6 +69,8 @@ my %feature_bundle = ( evalbytes current_sub fc postderef_qq bitwise indirect)], "5.31" => [qw(say state switch unicode_strings unicode_eval evalbytes current_sub fc postderef_qq bitwise indirect)], + "5.33" => [qw(say state switch unicode_strings unicode_eval + evalbytes current_sub fc postderef_qq bitwise indirect)], ); my @noops = qw( postderef lexical_subs ); @@ -469,7 +471,7 @@ read_only_bottom_close_and_rename($h); __END__ package feature; -our $VERSION = '1.58'; +our $VERSION = '1.59'; FEATURES |