summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2013-11-15 05:04:39 -0800
committerFather Chrysostomos <sprout@cpan.org>2013-11-15 05:04:39 -0800
commitcd8580fb9df5fafdaa6706802877e113d44a142b (patch)
tree9ca4a6d4a96b1c735f8f7ba015b7d3f50a35a6e5
parentab461de4d4580b9573ce1a1042b3ad40e41e0e82 (diff)
downloadperl-cd8580fb9df5fafdaa6706802877e113d44a142b.tar.gz
Increase $fields::VERSION to 2.17
-rw-r--r--dist/base/lib/fields.pm2
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 }