On Wed, 5 Jun 2002, Sam Vilain wrote:

> Hi there,
>
> I got this automated compilation failure message.  It is advising me to
> set PREREQ_PM.
>
> I already test for the module's presence and die at "perl ./Makefile.PL"
> time with a big warning if it isn't there, as well as set the PREREQ_PM
> value when I call WriteMakeFile.

Apparently cpanplus doesn't like the fact that you die() if
Pod::Constants isn't available, though I would have expected it
to not proceed with reporting the results if this occurred ... In
any case, you might satisfy it if, instead of die(), you set
PREREQ_PM to Pod::Constants if Pod::Constants isn't available.

best regards,
randy kobes

Reply via email to