Don't perform CPAN tests for IO::Scalar. #3573

This commit is contained in:
Alessandro Ranellucci 2017-03-18 19:08:38 +01:00
parent d4136b38df
commit 72681aca01

View File

@ -129,7 +129,7 @@ EOF
# temporary workaround for upstream bug in test # temporary workaround for upstream bug in test
push @cmd, '--notest' push @cmd, '--notest'
if $module =~ /^(?:OpenGL|Math::PlanePath|Test::Harness)$/; if $module =~ /^(?:OpenGL|Math::PlanePath|Test::Harness|IO::Scalar)$/;
push @cmd, "$module~$version"; push @cmd, "$module~$version";
my $res = system @cmd; my $res = system @cmd;