On Saturday, February 21, 2004, at 01:07 PM, [EMAIL PROTECTED] wrote:
Hello, Ken Williams! Thanks for uploading your works to CPAN.
I noticed that the test suite seem to fail without these modules:
ExtUtils::CBuilder
As such, adding the prerequisite module(s) to 'PREREQ_PM' in your Makefile.PL should solve this problem. For example:
WriteMakefile( AUTHOR => 'Ken Williams ([EMAIL PROTECTED])', ... # other information PREREQ_PM => { 'ExtUtils::CBuilder' => '0', # or a minimum workable version } );
Um, it's already there:
'PREREQ_PM' => {
'ExtUtils::CBuilder' => 0,
'File::Spec' => 0,
'File::Basename' => 0,
'Config' => 0,
'Cwd' => 0,
'Exporter' => 0
},-Ken
