summaryrefslogtreecommitdiff
path: root/dist
diff options
context:
space:
mode:
authorFlorian Ragwitz <rafl@debian.org>2011-02-28 10:53:40 +0100
committerFlorian Ragwitz <rafl@debian.org>2011-02-28 11:26:31 +0100
commit7ad8924231a1dca66e9930acb81de25971c6b1bc (patch)
treeb2b92fb62636f66f5cf842c0d01a78d07d16924a /dist
parent8e29defb8ff7392b53f881e9c8a6236baecfec5d (diff)
downloadperl-7ad8924231a1dca66e9930acb81de25971c6b1bc.tar.gz
Upgrade ExtUtils::Command from version 1.16 to 1.17
Diffstat (limited to 'dist')
-rw-r--r--dist/ExtUtils-Command/lib/ExtUtils/Command.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/ExtUtils-Command/lib/ExtUtils/Command.pm b/dist/ExtUtils-Command/lib/ExtUtils/Command.pm
index 7de4095445..2a4d8cdc39 100644
--- a/dist/ExtUtils-Command/lib/ExtUtils/Command.pm
+++ b/dist/ExtUtils-Command/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.16';
+$VERSION = '1.17';
my $Is_VMS = $^O eq 'VMS';
my $Is_VMS_mode = $Is_VMS;