Added a 5.14 feature bundle (identical to the 5.13 feature bundle)
authorJesse Vincent <jesse@bestpractical.com>
Sat, 2 Apr 2011 11:09:46 +0000 (19:09 +0800)
committerJesse Vincent <jesse@bestpractical.com>
Sat, 2 Apr 2011 11:09:46 +0000 (19:09 +0800)
lib/feature.pm

index e5d6e83..9d666ad 100644 (file)
@@ -1,6 +1,6 @@
 package feature;
 
-our $VERSION = '1.19';
+our $VERSION = '1.20';
 
 # (feature name) => (internal name, used in %^H)
 my %feature = (
@@ -22,6 +22,7 @@ my %feature_bundle = (
     "5.11" => [qw(switch say state unicode_strings)],
     "5.12" => [qw(switch say state unicode_strings)],
     "5.13" => [qw(switch say state unicode_strings)],
+    "5.14" => [qw(switch say state unicode_strings)],
 );
 
 # special case