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:
747a05e
)
Increase $constant::VERSION to 1.30
author
Father Chrysostomos
<sprout@cpan.org>
Sat, 30 Nov 2013 02:58:36 +0000
(18:58 -0800)
committer
Father Chrysostomos
<sprout@cpan.org>
Sat, 30 Nov 2013 13:53:16 +0000
(
05:53
-0800)
dist/constant/lib/constant.pm
patch
|
blob
|
history
diff --git
a/dist/constant/lib/constant.pm
b/dist/constant/lib/constant.pm
index
b3d66ff
..
d1353ee
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.
29
';
+$VERSION = '1.
30
';
#=======================================================================