Matt Sergeant wrote:
$ perl Makefile.PL DEBUG=1

And you'll find out exactly why it can't find it.

Would it be wise to wrap the entire Makefile.PL in an eval block, and tack onto the end:


if ($@) {
warn "Makefile.PL encountered a FATAL ERROR. Rerunning in DEBUG mode for more information.\n";
exec 'perl', 'Makefile.PL', 'DEBUG=1';
}


?

--
Robin Berjon <[EMAIL PROTECTED]>
Research Engineer, Expway        http://expway.fr/
7FC0 6F5F D864 EFB8 08CE  8E74 58E6 D5DB 4889 2488


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to