diff options
author | Father Chrysostomos <sprout@cpan.org> | 2013-11-15 05:04:39 -0800 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2013-11-15 05:04:39 -0800 |
commit | cd8580fb9df5fafdaa6706802877e113d44a142b (patch) | |
tree | 9ca4a6d4a96b1c735f8f7ba015b7d3f50a35a6e5 | |
parent | ab461de4d4580b9573ce1a1042b3ad40e41e0e82 (diff) | |
download | perl-cd8580fb9df5fafdaa6706802877e113d44a142b.tar.gz |
Increase $fields::VERSION to 2.17
-rw-r--r-- | dist/base/lib/fields.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/base/lib/fields.pm b/dist/base/lib/fields.pm index ca7a35ed13..ad1a5cfa41 100644 --- a/dist/base/lib/fields.pm +++ b/dist/base/lib/fields.pm @@ -11,7 +11,7 @@ unless( eval q{require warnings::register; warnings::register->import; 1} ) { } use vars qw(%attr $VERSION); -$VERSION = '2.16'; +$VERSION = '2.17'; # constant.pm is slow sub PUBLIC () { 2**0 } |