Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbubnikv <bubnikv@gmail.com>2018-03-16 13:56:37 +0300
committerbubnikv <bubnikv@gmail.com>2018-03-16 13:56:37 +0300
commita38cbac312039f4fcb45fc9dc65e3748885df21d (patch)
tree7b0e999602a6c967520e23eadfca0ed02853a1cb /Build.PL
parentc88d2780ced7bb91e79e2e9a5ef4a58506d7d175 (diff)
Removed the LWP and Growl Perl dependencies.
Diffstat (limited to 'Build.PL')
-rw-r--r--Build.PL3
1 files changed, 0 insertions, 3 deletions
diff --git a/Build.PL b/Build.PL
index 31ec9cf82..e006d11eb 100644
--- a/Build.PL
+++ b/Build.PL
@@ -40,10 +40,7 @@ if ($gui) {
Socket 2.016
);
%recommends = qw(
- Growl::GNTP 0.15
Wx::GLCanvas 0
- LWP::UserAgent 0
- Net::Bonjour 0
);
if ($^O eq 'MSWin32') {
$recommends{"Win32::TieRegistry"} = 0;