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:
4a75574
)
Lower version.pm version
author
Father Chrysostomos
<sprout@cpan.org>
Tue, 4 Dec 2012 01:27:22 +0000
(17:27 -0800)
committer
Father Chrysostomos
<sprout@cpan.org>
Tue, 4 Dec 2012 01:27:22 +0000
(17:27 -0800)
Commit
4a7557453
increased the version when modifying a test, but
without updating other tests that check the version number.
Since modifying a test does not affect what gets installed, it was
not actually necessary to change the version number.
lib/version.pm
patch
|
blob
|
history
diff --git
a/lib/version.pm
b/lib/version.pm
index
27774bd
..
286dc79
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.990
2
;
+$VERSION = 0.990
1
;
$CLASS = 'version';