From: Rafael Garcia-Suarez Date: Sun, 28 Jun 2009 15:56:00 +0000 (+0200) Subject: Bump version of fields.pm to 2.14 to match the version of base.pm X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=956e881e4f46ae056e6f685defb1e9627e01814b;p=p5sagit%2Fp5-mst-13.2.git Bump version of fields.pm to 2.14 to match the version of base.pm --- diff --git a/lib/fields.pm b/lib/fields.pm index 61f02a2..c90bc0a 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 }