projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
7cf5cf7
)
Upgrade to ExtUtils-Command-1.13
Steve Peters [Tue, 6 Feb 2007 21:43:13 +0000 (21:43 +0000)]
p4raw-id: //depot/perl@30146
lib/ExtUtils/Command.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/ExtUtils/Command.pm
b/lib/ExtUtils/Command.pm
index
1b49cb6
..
8c9a8d0
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.12';
+$VERSION = '1.13';
my $Is_VMS = $^O eq 'VMS';