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:
c6537db
)
bump version.pm $VERSION to reflect doc changes
author
Zefram
<zefram@fysh.org>
Tue, 19 Jul 2011 20:01:42 +0000
(21:01 +0100)
committer
Zefram
<zefram@fysh.org>
Tue, 19 Jul 2011 21:22:19 +0000
(22:22 +0100)
lib/version.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/version.pm
b/lib/version.pm
index
1126f91
..
e5fd22e
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
2
;
+$VERSION = 0.9
3
;
$CLASS = 'version';