projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
85f2ef0
)
Need to bump MakeMaker's $VERSION too.
Rafael Garcia-Suarez [Thu, 30 Aug 2007 16:12:06 +0000 (16:12 +0000)]
p4raw-id: //depot/perl@31768
lib/ExtUtils/MakeMaker.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/ExtUtils/MakeMaker.pm
b/lib/ExtUtils/MakeMaker.pm
index
7fc9e0a
..
eba3308
100644
(file)
--- a/
lib/ExtUtils/MakeMaker.pm
+++ b/
lib/ExtUtils/MakeMaker.pm
@@
-21,7
+21,7
@@
use vars qw(
use vars qw($Revision);
use strict;
-$VERSION = '6.36';
+$VERSION = '6.36_01';
($Revision) = q$Revision: 32261 $ =~ /Revision:\s+(\S+)/;
@ISA = qw(Exporter);