diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2009-06-28 17:56:00 +0200 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2009-06-28 17:56:00 +0200 |
commit | 956e881e4f46ae056e6f685defb1e9627e01814b (patch) | |
tree | 04b37b2b1a2ca9bda40ef7fb478875f975db9ad8 /lib/fields.pm | |
parent | d19d8ad381fb36912d19688e1f316e244567bb44 (diff) | |
download | perl-956e881e4f46ae056e6f685defb1e9627e01814b.tar.gz |
Bump version of fields.pm to 2.14 to match the version of base.pm
Diffstat (limited to 'lib/fields.pm')
-rw-r--r-- | lib/fields.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/fields.pm b/lib/fields.pm index 61f02a21df..c90bc0a16c 100644 --- a/lib/fields.pm +++ b/lib/fields.pm @@ -11,7 +11,7 @@ unless( eval q{require warnings::register; warnings::register->import; 1} ) { } use vars qw(%attr $VERSION); -$VERSION = '2.13'; +$VERSION = '2.14'; # constant.pm is slow sub PUBLIC () { 2**0 } |