summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorDavid Mitchell <davem@iabyn.com>2011-05-18 16:37:58 +0100
committerDavid Mitchell <davem@iabyn.com>2011-05-18 16:37:58 +0100
commit8891dd8d4c5444371851ec339d7cc20f956ffb5f (patch)
tree0e57585ce9fc920d80f40b217ae9536706e7a922 /lib
parent066dc4d9061322fc2bcc1ae08c05d4ef354ac4ab (diff)
downloadperl-8891dd8d4c5444371851ec339d7cc20f956ffb5f.tar.gz
Bump the perl version in various places for 5.15.0
Diffstat (limited to 'lib')
-rw-r--r--lib/feature.pm3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/feature.pm b/lib/feature.pm
index 9d666adb64..fd9e174cf3 100644
--- a/lib/feature.pm
+++ b/lib/feature.pm
@@ -1,6 +1,6 @@
package feature;
-our $VERSION = '1.20';
+our $VERSION = '1.21';
# (feature name) => (internal name, used in %^H)
my %feature = (
@@ -23,6 +23,7 @@ my %feature_bundle = (
"5.12" => [qw(switch say state unicode_strings)],
"5.13" => [qw(switch say state unicode_strings)],
"5.14" => [qw(switch say state unicode_strings)],
+ "5.15" => [qw(switch say state unicode_strings)],
);
# special case