Re: [MacPerl-Porters] CPAN.pm not requesting prerequisites in 5.6.1b1
[email protected] (Chris Nandor)
| Newsgroups | perl.macperl.porters |
|---|---|
| Message-ID | <p05100306b7e89e0d056e@[10.0.1.177]> |
At 01:35 -0400 2001.10.09, Scott R. Godin wrote:
>Quantum::Superpositions built and installed fine, but did not inquire
>about, download request, and build Class:Multimethods first, as it
>should have.
>
>file this as a bug report?
Please always file bugs, even if you are not sure if it is a bug or not, as
bug reports. It is much easier for me to track them that way. If I didn't
get around to answering this morning, it might get lost, etc.
In this case, you might not want to bother now, though; I see nothing in
Quantum::Superpositions that tells CPAN to install Class::Multimethods. I
get the same error with CPAN.pm on Linux.
use ExtUtils::MakeMaker;
WriteMakefile(
NAME => 'Quantum::Superpositions',
VERSION => '1.03',
);
The file should say something like:
use ExtUtils::MakeMaker;
WriteMakefile(
NAME => 'Quantum::Superpositions',
VERSION => '1.03',
PREREQ_PM => {'Class::Multimethods', 0},
);
--
Chris Nandor [email protected] http://pudge.net/
Open Source Development Network [email protected] http://osdn.com/