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:
authorAlessandro Ranellucci <aar@cpan.org>2013-11-20 18:37:40 +0400
committerAlessandro Ranellucci <aar@cpan.org>2013-11-20 18:37:40 +0400
commit2597ddccbc509c0411fec3f6306ffd87b27775f6 (patch)
tree869b175e9c80db88ee9a846aaea4d909aa1425db /Build.PL
parent50c0081d2577499d60436b22bb1cb9829f05cece (diff)
Move Growl::GNTP to --gui modules
Diffstat (limited to 'Build.PL')
-rw-r--r--Build.PL2
1 files changed, 1 insertions, 1 deletions
diff --git a/Build.PL b/Build.PL
index d2f5a5b5f..23d25db4f 100644
--- a/Build.PL
+++ b/Build.PL
@@ -27,7 +27,6 @@ my %prereqs = qw(
);
my %recommends = qw(
Class::XSAccessor 0
- Growl::GNTP 0.15
XML::SAX::ExpatXS 0
);
@@ -37,6 +36,7 @@ if ($gui) {
Wx 0.9918
);
%recommends = qw(
+ Growl::GNTP 0.15
Wx::GLCanvas 0
OpenGL 0
);