In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/2eb94604fbdeffdc3cdbda7a8cc805ce4e57a37a?hp=ca949e9c3c10048fd3c2829b96293e6139846dcc>
- Log ----------------------------------------------------------------- commit 2eb94604fbdeffdc3cdbda7a8cc805ce4e57a37a Author: Chris 'BinGOs' Williams <[email protected]> Date: Thu Jan 8 21:50:05 2015 +0000 Update ExtUtils-Command to CPAN version 1.20 [DELTA] 1.20 Thu, Jan 8, 2015 - Skip some tests on Haiku as well ----------------------------------------------------------------------- Summary of changes: Porting/Maintainers.pl | 2 +- cpan/ExtUtils-Command/lib/ExtUtils/Command.pm | 2 +- cpan/ExtUtils-Command/t/eu_command.t | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index 81a8edd..ae4fb08 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -433,7 +433,7 @@ use File::Glob qw(:case); }, 'ExtUtils::Command' => { - 'DISTRIBUTION' => 'BINGOS/ExtUtils-Command-1.19.tar.gz', + 'DISTRIBUTION' => 'BINGOS/ExtUtils-Command-1.20.tar.gz', 'FILES' => q[cpan/ExtUtils-Command], 'EXCLUDED' => [qr{^xt/}], }, diff --git a/cpan/ExtUtils-Command/lib/ExtUtils/Command.pm b/cpan/ExtUtils-Command/lib/ExtUtils/Command.pm index c873997..7f3161a 100644 --- a/cpan/ExtUtils-Command/lib/ExtUtils/Command.pm +++ b/cpan/ExtUtils-Command/lib/ExtUtils/Command.pm @@ -7,7 +7,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.19'; +$VERSION = '1.20'; my $Is_VMS = $^O eq 'VMS'; my $Is_VMS_mode = $Is_VMS; diff --git a/cpan/ExtUtils-Command/t/eu_command.t b/cpan/ExtUtils-Command/t/eu_command.t index aa9fcb8..f5ba647 100644 --- a/cpan/ExtUtils-Command/t/eu_command.t +++ b/cpan/ExtUtils-Command/t/eu_command.t @@ -135,7 +135,7 @@ BEGIN { SKIP: { if ($^O eq 'amigaos' || $^O eq 'os2' || $^O eq 'MSWin32' || $^O eq 'NetWare' || $^O eq 'dos' || $^O eq 'cygwin' || - $^O eq 'MacOS' + $^O eq 'MacOS' || $^O eq 'haiku' ) { skip( "different file permission semantics on $^O", 5); } -- Perl5 Master Repository
