Date: | Wed, 05 Jan 2005 19:47:58 +0100 |
From: | Max Maischein <corion [...] corion.net> |
To: | bug-iCal-Parser-SAX [...] rt.cpan.org |
Subject: | iCal::Parser::SAX 1.03 enters endless loop if installing unattended |
Hello,
in your Build.PL script, you do not specify a default value to the
$build->y_n() call, which makes Module::Build enter an endless loop if
there is no terminal connected.
The easy fix is to change line in the Build.PL to this:
if($build->y_n
('Would you like to install ical2xml, a command line frontend?','n')) {
$build->{properties}->{script_files}=['scripts/ical2xml'];
}
at least until Module::Build fixes this bug and becomes stable enough
for general consumption.
-max