diff options
author | Father Chrysostomos <sprout@cpan.org> | 2013-09-15 16:21:54 -0700 |
---|---|---|
committer | Ricardo Signes <rjbs@cpan.org> | 2013-10-05 14:20:09 -0400 |
commit | 2a0fcf5861443eb0b229b376f6c9663981427314 (patch) | |
tree | c38a408d9bccdf4c6d9e5d1762d95b4039ecac2f /lib/feature.pm | |
parent | b9a36c95eb3774221010dacb932ad1c45b709677 (diff) | |
download | perl-2a0fcf5861443eb0b229b376f6c9663981427314.tar.gz |
Increase $feature::VERSION to 1.34
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 eb1e85c6a3..dc5cb7df84 100644 --- a/lib/feature.pm +++ b/lib/feature.pm @@ -5,7 +5,7 @@ package feature; -our $VERSION = '1.33'; +our $VERSION = '1.34'; our %feature = ( fc => 'feature_fc', |