Change 30146 by [EMAIL PROTECTED] on 2007/02/06 21:43:13
Upgrade to ExtUtils-Command-1.13
Affected files ...
... //depot/perl/lib/ExtUtils/Command.pm#29 edit
Differences ...
==== //depot/perl/lib/ExtUtils/Command.pm#29 (text) ====
Index: perl/lib/ExtUtils/Command.pm
--- perl/lib/ExtUtils/Command.pm#28~28987~ 2006-10-10 08:01:21.000000000
-0700
+++ perl/lib/ExtUtils/Command.pm 2007-02-06 13:43:13.000000000 -0800
@@ -12,7 +12,7 @@
@ISA = qw(Exporter);
@EXPORT = qw(cp rm_f rm_rf mv cat eqtime mkpath touch test_f test_d chmod
dos2unix);
-$VERSION = '1.12';
+$VERSION = '1.13';
my $Is_VMS = $^O eq 'VMS';
End of Patch.