This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2c6c1df
)
Increase $constant::VERSION to 1.31
author
Father Chrysostomos
<sprout@cpan.org>
Thu, 26 Dec 2013 02:03:16 +0000
(18:03 -0800)
committer
Father Chrysostomos
<sprout@cpan.org>
Fri, 27 Dec 2013 01:54:32 +0000
(17:54 -0800)
dist/constant/lib/constant.pm
patch
|
blob
|
blame
|
history
diff --git
a/dist/constant/lib/constant.pm
b/dist/constant/lib/constant.pm
index
f7d6bd9
..
5d0d547
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.3
0
';
+$VERSION = '1.3
1
';
#=======================================================================