projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
88ea365
)
Added a 5.14 feature bundle (identical to the 5.13 feature bundle)
author
Jesse Vincent
<jesse@bestpractical.com>
Sat, 2 Apr 2011 11:09:46 +0000
(19:09 +0800)
committer
Jesse Vincent
<jesse@bestpractical.com>
Sat, 2 Apr 2011 11:09:46 +0000
(19:09 +0800)
lib/feature.pm
patch
|
blob
|
history
diff --git
a/lib/feature.pm
b/lib/feature.pm
index
e5d6e83
..
9d666ad
100644
(file)
--- 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