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:
642ef7c
)
Increase $version::VERSION to 0.99
author
Father Chrysostomos
<sprout@cpan.org>
Fri, 27 Apr 2012 16:43:07 +0000
(09:43 -0700)
committer
Father Chrysostomos
<sprout@cpan.org>
Fri, 27 Apr 2012 16:43:07 +0000
(09:43 -0700)
What we have in blead right now matches that CPAN release, so this
version bump *must* happen before 5.16.
lib/version.pm
patch
|
blob
|
history
diff --git
a/lib/version.pm
b/lib/version.pm
index
3d3af10
..
3fcc5aa
100644
(file)
--- a/
lib/version.pm
+++ b/
lib/version.pm
@@
-6,7
+6,7
@@
use strict;
use vars qw(@ISA $VERSION $CLASS $STRICT $LAX *declare *qv);
-$VERSION = 0.9
7
;
+$VERSION = 0.9
9
;
$CLASS = 'version';