diff options
author | Father Chrysostomos <sprout@cpan.org> | 2016-05-20 13:26:17 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2016-05-20 15:59:57 -0700 |
commit | 32e7f215b3ed0d58db0abe1375ecbf0b202ddc43 (patch) | |
tree | d776ae5e0af99306f42d2580996433f7e9b34555 /lib | |
parent | 8f7d85af81a1d45acb4b5bdd3ef5636dccc8c6fb (diff) | |
download | perl-32e7f215b3ed0d58db0abe1375ecbf0b202ddc43.tar.gz |
Increase $feature::VERSION to 1.44
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 1994a3f8fb..f197f48e26 100644 --- a/lib/feature.pm +++ b/lib/feature.pm @@ -5,7 +5,7 @@ package feature; -our $VERSION = '1.43'; +our $VERSION = '1.44'; our %feature = ( fc => 'feature_fc', |