This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
feature.pm now knows about 5.13
authorJesse Vincent <jesse@bestpractical.com>
Tue, 13 Apr 2010 03:32:12 +0000 (23:32 -0400)
committerJesse Vincent <jesse@bestpractical.com>
Tue, 13 Apr 2010 03:32:12 +0000 (23:32 -0400)
lib/feature.pm

index 1517c1f..3cf838a 100644 (file)
@@ -1,6 +1,6 @@
 package feature;
 
 package feature;
 
-our $VERSION = '1.16';
+our $VERSION = '1.17';
 
 # (feature name) => (internal name, used in %^H)
 my %feature = (
 
 # (feature name) => (internal name, used in %^H)
 my %feature = (
@@ -21,6 +21,7 @@ my %feature_bundle = (
     "5.10" => [qw(switch say state)],
     "5.11" => [qw(switch say state unicode_strings)],
     "5.12" => [qw(switch say state unicode_strings)],
     "5.10" => [qw(switch say state)],
     "5.11" => [qw(switch say state unicode_strings)],
     "5.12" => [qw(switch say state unicode_strings)],
+    "5.13" => [qw(switch say state unicode_strings)],
 );
 
 # special case
 );
 
 # special case