summaryrefslogtreecommitdiff
path: root/lib/feature.pm
diff options
context:
space:
mode:
authorRicardo Signes <rjbs@cpan.org>2015-06-01 14:58:42 -0400
committerRicardo Signes <rjbs@cpan.org>2015-06-01 15:12:58 -0400
commit6031f0d2282a44b66696faf7ab08448d0aa2c8d6 (patch)
tree97a86d0c82e014aebcacebd1934a1f8c9bc7c3c7 /lib/feature.pm
parent8ec6d14a3d59c51796132614e9538a4c62e20dad (diff)
downloadperl-6031f0d2282a44b66696faf7ab08448d0aa2c8d6.tar.gz
feature: add the 5.23 bundle (same as 5.22)
Diffstat (limited to 'lib/feature.pm')
-rw-r--r--lib/feature.pm7
1 files changed, 6 insertions, 1 deletions
diff --git a/lib/feature.pm b/lib/feature.pm
index 70d8ada2b4..6659f83c72 100644
--- a/lib/feature.pm
+++ b/lib/feature.pm
@@ -5,7 +5,7 @@
package feature;
-our $VERSION = '1.40';
+our $VERSION = '1.41';
our %feature = (
fc => 'feature_fc',
@@ -43,6 +43,8 @@ $feature_bundle{"5.19"} = $feature_bundle{"5.15"};
$feature_bundle{"5.20"} = $feature_bundle{"5.15"};
$feature_bundle{"5.21"} = $feature_bundle{"5.15"};
$feature_bundle{"5.22"} = $feature_bundle{"5.15"};
+$feature_bundle{"5.23"} = $feature_bundle{"5.15"};
+$feature_bundle{"5.24"} = $feature_bundle{"5.15"};
$feature_bundle{"5.9.5"} = $feature_bundle{"5.10"};
our $hint_shift = 26;
@@ -370,6 +372,9 @@ The following feature bundles are available:
:5.22 say state switch unicode_strings
unicode_eval evalbytes current_sub fc
+ :5.24 say state switch unicode_strings
+ unicode_eval evalbytes current_sub fc
+
The C<:default> bundle represents the feature set that is enabled before
any C<use feature> or C<no feature> declaration.