projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
d19d8ad
)
Bump version of fields.pm to 2.14 to match the version of base.pm
Rafael Garcia-Suarez [Sun, 28 Jun 2009 15:56:00 +0000 (17:56 +0200)]
lib/fields.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/fields.pm
b/lib/fields.pm
index
61f02a2
..
c90bc0a
100644
(file)
--- 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 }