Change 31768 by [EMAIL PROTECTED] on 2007/08/30 16:12:06
Need to bump MakeMaker's $VERSION too.
Affected files ...
... //depot/perl/lib/ExtUtils/MakeMaker.pm#135 edit
Differences ...
==== //depot/perl/lib/ExtUtils/MakeMaker.pm#135 (text) ====
Index: perl/lib/ExtUtils/MakeMaker.pm
--- perl/lib/ExtUtils/MakeMaker.pm#134~31767~ 2007-08-30 09:11:23.000000000
-0700
+++ perl/lib/ExtUtils/MakeMaker.pm 2007-08-30 09:12:06.000000000 -0700
@@ -21,7 +21,7 @@
use vars qw($Revision);
use strict;
-$VERSION = '6.36';
+$VERSION = '6.36_01';
($Revision) = q$Revision: 32261 $ =~ /Revision:\s+(\S+)/;
@ISA = qw(Exporter);
End of Patch.