From 044aa6014ce3d6f27535029e84c7455ae8c28cd3 Mon Sep 17 00:00:00 2001 From: Florian Ragwitz Date: Mon, 9 Sep 2013 09:18:19 -0400 Subject: [PATCH] ExtUtils::Command has been synchronised to CPAN --- Porting/Maintainers.pl | 2 +- dist/ExtUtils-Command/lib/ExtUtils/Command.pm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index 13e2fa6..07f88be 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -660,7 +660,7 @@ use File::Glob qw(:case); 'ExtUtils::Command' => { 'MAINTAINER' => 'p5p', - 'DISTRIBUTION' => 'FLORA/ExtUtils-Command-1.17.tar.gz', + 'DISTRIBUTION' => 'FLORA/ExtUtils-Command-1.18.tar.gz', 'FILES' => q[dist/ExtUtils-Command], 'EXCLUDED' => [qr{^t/release-}], 'UPSTREAM' => 'blead', diff --git a/dist/ExtUtils-Command/lib/ExtUtils/Command.pm b/dist/ExtUtils-Command/lib/ExtUtils/Command.pm index 2a4d8cd..035d5ca 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.17'; +$VERSION = '1.18'; my $Is_VMS = $^O eq 'VMS'; my $Is_VMS_mode = $Is_VMS; -- 2.7.4