Hi!
This is a fascinating error message, because there are the correct PREREQ_PM's
in Makefile.PL.
On Tuesday, 11. June 2002 16:51, Alex Muntada <[EMAIL PROTECTED]> wrote:
This is an error report generated automatically by CPANPLUS.
Below is the error stack during 'building makefile':
Can't locate Apache/RequestNotes.pm in @INC (@INC contains:
/home/alexm/.cpanplus/build/PDL-Sparse-0.01/blib/lib /
[...]
Additional comments:
Hello, Joerg Walter! Thanks for uploading your works to CPAN.
I noticed that the test suite seem to fail without these modules:
Apache::RequestNotes
As such, adding the prerequisite module(s) to 'PREREQ_PM' in your
Makefile.PL should solve this problem. For example:
WriteMakefile(
AUTHOR => 'Joerg Walter ([EMAIL PROTECTED])',
... # other information
PREREQ_PM => {
'Apache::RequestNotes' => '0', # or a minimum workable version
}
);
--
CU
Joerg
PGP Public Key at http://ich.bin.kein.hoschi.de/~trouble/public_key.asc
PGP Key fingerprint = D34F 57C4 99D8 8F16 E16E 7779 CDDC 41A4 4C48 6F94