diff options
author | Father Chrysostomos <sprout@cpan.org> | 2012-09-29 22:43:09 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2012-09-30 00:01:27 -0700 |
commit | 23d16d50b9b81f01c23562fbd69afe64a4d4af23 (patch) | |
tree | 33914f171a9736190ad964ce300cd67748141ded /lib/feature.pm | |
parent | f1d34ca8c42df1cea97652592d84d9a587312c74 (diff) | |
download | perl-23d16d50b9b81f01c23562fbd69afe64a4d4af23.tar.gz |
Increase $feature::VERSION to 1.31
Diffstat (limited to 'lib/feature.pm')
-rw-r--r-- | lib/feature.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/feature.pm b/lib/feature.pm index 5a56a90a10..46b43a84b1 100644 --- a/lib/feature.pm +++ b/lib/feature.pm @@ -5,7 +5,7 @@ package feature; -our $VERSION = '1.30'; +our $VERSION = '1.31'; our %feature = ( fc => 'feature_fc', |