From: Jesse Vincent Date: Tue, 13 Apr 2010 03:32:12 +0000 (-0400) Subject: feature.pm now knows about 5.13 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=e836a73b461e2aef8aaf6d4c3827cec3ff9ead63;p=p5sagit%2Fp5-mst-13.2.git feature.pm now knows about 5.13 --- diff --git a/lib/feature.pm b/lib/feature.pm index 1517c1f..3cf838a 100644 --- a/lib/feature.pm +++ b/lib/feature.pm @@ -1,6 +1,6 @@ package feature; -our $VERSION = '1.16'; +our $VERSION = '1.17'; # (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.13" => [qw(switch say state unicode_strings)], ); # special case