diff options
author | Father Chrysostomos <sprout@cpan.org> | 2015-01-04 10:51:54 -0800 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2015-01-31 22:03:50 -0800 |
commit | 5e65fe5642505f62573d37c3279b024b00d6fbfb (patch) | |
tree | 804ee85790489bb8ac9e9194afea894ea3230c79 /lib | |
parent | cec892e70ee3421ec1820fe8e5df17cb07e1a686 (diff) | |
download | perl-5e65fe5642505f62573d37c3279b024b00d6fbfb.tar.gz |
Increase $feature::VERSION to 1.40
Diffstat (limited to 'lib')
-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 e1e17d311d..81fb295ec4 100644 --- a/lib/feature.pm +++ b/lib/feature.pm @@ -5,7 +5,7 @@ package feature; -our $VERSION = '1.39'; +our $VERSION = '1.40'; our %feature = ( fc => 'feature_fc', |