diff options
author | Jesse Vincent <jesse@bestpractical.com> | 2011-04-02 19:09:46 +0800 |
---|---|---|
committer | Jesse Vincent <jesse@bestpractical.com> | 2011-04-02 19:09:46 +0800 |
commit | 11ca38a1794c345491dfc026689a5d7b9a363aa5 (patch) | |
tree | 1d0f2c71c0359e95d687e43a68181c7e2606d9e2 /lib/feature.pm | |
parent | 88ea365576417b263eed614d4b3c1c4781b6544a (diff) | |
download | perl-11ca38a1794c345491dfc026689a5d7b9a363aa5.tar.gz |
Added a 5.14 feature bundle (identical to the 5.13 feature bundle)
Diffstat (limited to 'lib/feature.pm')
-rw-r--r-- | lib/feature.pm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/feature.pm b/lib/feature.pm index e5d6e83bb5..9d666adb64 100644 --- a/lib/feature.pm +++ b/lib/feature.pm @@ -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 |