From 17ea15eb6f10299cc94678cbec6b06b2567ae5c0 Mon Sep 17 00:00:00 2001 From: bubnikv Date: Wed, 15 Feb 2017 19:31:20 +0100 Subject: [PATCH] Build script clean-up: Removed a requirement on an old Perl::OpenGL library. Removed a mention of the Perl::PlanePath library, which is no more used by Slic3r. --- Build.PL | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Build.PL b/Build.PL index dac96bb5b..321a7e4dd 100644 --- a/Build.PL +++ b/Build.PL @@ -44,7 +44,6 @@ if ($gui) { %recommends = qw( Growl::GNTP 0.15 Wx::GLCanvas 0 - OpenGL <0.70 LWP::UserAgent 0 Net::Bonjour 0 ); @@ -123,7 +122,7 @@ EOF # temporary workaround for upstream bug in test push @cmd, '--notest' - if $module =~ /^(?:OpenGL|Math::PlanePath|Test::Harness)$/; + if $module =~ /^(?:OpenGL|Test::Harness)$/; push @cmd, "$module~$version"; if ($module eq 'XML::SAX::ExpatXS' && $^O eq 'MSWin32') {