projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9efb5c7
)
Increase constant’s version
author
Father Chrysostomos
<sprout@cpan.org>
Sat, 21 May 2011 05:07:50 +0000
(22:07 -0700)
committer
Father Chrysostomos
<sprout@cpan.org>
Sat, 21 May 2011 05:07:50 +0000
(22:07 -0700)
in preparation for the next commit
dist/constant/lib/constant.pm
patch
|
blob
|
history
diff --git
a/dist/constant/lib/constant.pm
b/dist/constant/lib/constant.pm
index 22566ce28cf1555566355d7bda7474a04a792eb8..83bfa6623fb7f9e7ddebfff69334a1841e59a5c4 100644
(file)
--- a/
dist/constant/lib/constant.pm
+++ b/
dist/constant/lib/constant.pm
@@
-4,7
+4,7
@@
use strict;
use warnings::register;
use vars qw($VERSION %declared);
-$VERSION = '1.2
1
';
+$VERSION = '1.2
2
';
#=======================================================================