ExtUtils::Command has been synchronised to CPAN
authorFlorian Ragwitz <rafl@debian.org>
Mon, 9 Sep 2013 13:18:19 +0000 (09:18 -0400)
committerFlorian Ragwitz <rafl@debian.org>
Mon, 9 Sep 2013 13:40:18 +0000 (09:40 -0400)
Porting/Maintainers.pl
dist/ExtUtils-Command/lib/ExtUtils/Command.pm

index 13e2fa6..07f88be 100755 (executable)
@@ -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',
index 2a4d8cd..035d5ca 100644 (file)
@@ -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;