summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorSteve Peters <steve@fisharerojo.org>2008-05-16 19:53:42 +0000
committerSteve Peters <steve@fisharerojo.org>2008-05-16 19:53:42 +0000
commitb8d86d89db02c1614843ff28861c56f6fd19443a (patch)
treecb3386fe73ae493a64d74befd767faa3bf8c57d3 /lib
parent206957a79d0bac91e0b2fccc7ef76f95e8df245e (diff)
downloadperl-b8d86d89db02c1614843ff28861c56f6fd19443a.tar.gz
Upgrade to ExtUtils-Command-1.14
p4raw-id: //depot/perl@33838
Diffstat (limited to 'lib')
-rw-r--r--lib/ExtUtils/Command.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ExtUtils/Command.pm b/lib/ExtUtils/Command.pm
index 8c9a8d0b5b..fbb7d1380c 100644
--- 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';