diff options
author | Florian Ragwitz <rafl@debian.org> | 2010-08-17 00:09:43 +0200 |
---|---|---|
committer | Florian Ragwitz <rafl@debian.org> | 2010-08-17 00:09:43 +0200 |
commit | d5da2b2b853f7efb706db6244125b8b6ddad5942 (patch) | |
tree | f0d834ff24302e0fd310b3809167c182a78d48cd /lib/feature.pm | |
parent | 6cdadb5aa5805fffe20e051d971d99180e51c13d (diff) | |
download | perl-d5da2b2b853f7efb706db6244125b8b6ddad5942.tar.gz |
Bump $feature::VERSION
It hasn't seen many changes since 5.13.3, but it was changed slightly in the
docs, and cmpVERSION.pl kindly asked me to bump the verion even for that.
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 cd5a66a631..f8a9078234 100644 --- a/lib/feature.pm +++ b/lib/feature.pm @@ -1,6 +1,6 @@ package feature; -our $VERSION = '1.17'; +our $VERSION = '1.18'; # (feature name) => (internal name, used in %^H) my %feature = ( |