mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-12-04 16:21:17 -07:00
Make Test::Harness optional
This commit is contained in:
parent
bb9ceba343
commit
40ce69ce5c
1 changed files with 1 additions and 1 deletions
2
Build.PL
2
Build.PL
|
|
@ -18,7 +18,6 @@ my %prereqs = qw(
|
||||||
Moo 1.003001
|
Moo 1.003001
|
||||||
POSIX 0
|
POSIX 0
|
||||||
Scalar::Util 0
|
Scalar::Util 0
|
||||||
Test::Harness 0
|
|
||||||
Test::More 0
|
Test::More 0
|
||||||
Thread::Semaphore 0
|
Thread::Semaphore 0
|
||||||
IO::Scalar 0
|
IO::Scalar 0
|
||||||
|
|
@ -30,6 +29,7 @@ my %recommends = qw(
|
||||||
LWP::UserAgent 0
|
LWP::UserAgent 0
|
||||||
Net::Bonjour 0
|
Net::Bonjour 0
|
||||||
XML::SAX::ExpatXS 0
|
XML::SAX::ExpatXS 0
|
||||||
|
Test::Harness 0
|
||||||
);
|
);
|
||||||
|
|
||||||
my $sudo = grep { $_ eq '--sudo' } @ARGV;
|
my $sudo = grep { $_ eq '--sudo' } @ARGV;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue