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:
c5f75db
)
Increase $constant::VERSION to 1.29
author
Father Chrysostomos
<sprout@cpan.org>
Wed, 13 Nov 2013 13:33:00 +0000
(
05:33
-0800)
committer
Father Chrysostomos
<sprout@cpan.org>
Thu, 14 Nov 2013 13:54:35 +0000
(
05: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
5767728
..
26fc407
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
8
';
+$VERSION = '1.2
9
';
#=======================================================================