Remove warning in Build.PL

This commit is contained in:
Alessandro Ranellucci 2013-07-07 13:36:19 +02:00
parent 3a046e3411
commit 826e6c106d

View File

@ -28,7 +28,7 @@ my %recommends = qw(
Growl::GNTP 0.15 Growl::GNTP 0.15
XML::SAX::ExpatXS 0 XML::SAX::ExpatXS 0
); );
if ($ARGV[0] eq '--gui') { if (defined $ARGV[0] && $ARGV[0] eq '--gui') {
%prereqs = qw( %prereqs = qw(
Wx 0.9901 Wx 0.9901
); );