Change 34252 by [EMAIL PROTECTED] on 2008/09/03 19:07:36
Reflect local modifications to dual life modules in changes 34219 and
34238.
Affected files ...
... //depot/perl/lib/ExtUtils/CBuilder/Platform/cygwin.pm#8 edit
... //depot/perl/lib/File/Temp.pm#40 edit
Differences ...
==== //depot/perl/lib/ExtUtils/CBuilder/Platform/cygwin.pm#8 (text) ====
Index: perl/lib/ExtUtils/CBuilder/Platform/cygwin.pm
--- perl/lib/ExtUtils/CBuilder/Platform/cygwin.pm#7~34219~ 2008-08-24
01:58:40.000000000 -0700
+++ perl/lib/ExtUtils/CBuilder/Platform/cygwin.pm 2008-09-03
12:07:36.000000000 -0700
@@ -5,7 +5,7 @@
use ExtUtils::CBuilder::Platform::Unix;
use vars qw($VERSION @ISA);
-$VERSION = '0.23';
+$VERSION = '0.23_1';
@ISA = qw(ExtUtils::CBuilder::Platform::Unix);
sub link_executable {
==== //depot/perl/lib/File/Temp.pm#40 (text) ====
Index: perl/lib/File/Temp.pm
--- perl/lib/File/Temp.pm#39~34238~ 2008-09-01 05:59:06.000000000 -0700
+++ perl/lib/File/Temp.pm 2008-09-03 12:07:36.000000000 -0700
@@ -203,7 +203,7 @@
# Version number
-$VERSION = '0.20_01';
+$VERSION = '0.20_02';
# This is a list of characters that can be used in random filenames
End of Patch.