diff options
author | David Mitchell <davem@iabyn.com> | 2016-07-17 20:25:51 +0100 |
---|---|---|
committer | David Mitchell <davem@iabyn.com> | 2016-07-17 20:25:51 +0100 |
commit | fd124146cf3c880d749bbb33b1ac226cc55a9639 (patch) | |
tree | 54c9663efb82673e2000af62348581c175072fc6 /lib | |
parent | ab0fe36e478f78846a1944a3e22e9cd26260c042 (diff) | |
download | perl-fd124146cf3c880d749bbb33b1ac226cc55a9639.tar.gz |
bump feature.pm $VERSION
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 5524e5b471..e97ffff152 100644 --- a/lib/feature.pm +++ b/lib/feature.pm @@ -5,7 +5,7 @@ package feature; -our $VERSION = '1.44'; +our $VERSION = '1.45'; our %feature = ( fc => 'feature_fc', |