mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-14 21:25:53 +08:00
Don't perform CPAN tests for IO::Scalar. #3573
This commit is contained in:
parent
d4136b38df
commit
72681aca01
2
Build.PL
2
Build.PL
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user