projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
206957a
)
Upgrade to ExtUtils-Command-1.14
Steve Peters [Fri, 16 May 2008 19:53:42 +0000 (19:53 +0000)]
p4raw-id: //depot/perl@33838
lib/ExtUtils/Command.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/ExtUtils/Command.pm
b/lib/ExtUtils/Command.pm
index
8c9a8d0
..
fbb7d13
100644
(file)
--- a/
lib/ExtUtils/Command.pm
+++ b/
lib/ExtUtils/Command.pm
@@
-12,7
+12,7
@@
use vars qw(@ISA @EXPORT @EXPORT_OK $VERSION);
@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';