Change 33838 by [EMAIL PROTECTED] on 2008/05/16 19:53:42
Upgrade to ExtUtils-Command-1.14
Affected files ...
... //depot/perl/lib/ExtUtils/Command.pm#30 edit
Differences ...
==== //depot/perl/lib/ExtUtils/Command.pm#30 (text) ====
Index: perl/lib/ExtUtils/Command.pm
--- perl/lib/ExtUtils/Command.pm#29~30146~ 2007-02-06 13:43:13.000000000
-0800
+++ perl/lib/ExtUtils/Command.pm 2008-05-16 12:53:42.000000000 -0700
@@ -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.13';
+$VERSION = '1.14';
my $Is_VMS = $^O eq 'VMS';
End of Patch.