diff options
author | Father Chrysostomos <sprout@cpan.org> | 2011-10-29 18:12:28 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2011-11-06 01:13:46 -0700 |
commit | cc7b5b23f454a503cb20d27859ae5c49d0a911e3 (patch) | |
tree | 5f42c864792ff4c86e611b8d2c8635d284fe3eef /lib/feature.pm | |
parent | 802a15e9c01d1a0b6bb74d5a6e5dcd9ee1a651a4 (diff) | |
download | perl-cc7b5b23f454a503cb20d27859ae5c49d0a911e3.tar.gz |
Increase $feature::VERSION to 1.23
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 92dac55d09..459c03c506 100644 --- a/lib/feature.pm +++ b/lib/feature.pm @@ -1,6 +1,6 @@ package feature; -our $VERSION = '1.22'; +our $VERSION = '1.23'; # (feature name) => (internal name, used in %^H) my %feature = ( |