Hi,

Yes I could do that if I was actually using a Makefile.PL, instead I am 
using it as a compat layer to Module::Build, and since Module::Build 
won't autoinstall using CPANPLUS yet so it is quote a moot point, please 
install Module::Build and try again.

(In the future CPANPLUS will have support for Module::Build)

Arthur


On m�ndag, juli 1, 2002, at 04:15 , root wrote:

> This distribution has been tested as part of the cpan-testers
> effort to test as many new uploads to CPAN as possible.  See
> http://testers.cpan.org/
>
> Please cc any replies to [EMAIL PROTECTED] to keep other
> test volunteers informed and to prevent any duplicate effort.
>
> --
> This is an error report generated automatically by CPANPLUS.
> Below is the error stack during 'building makefile':
>
> Can't locate Module/Build/Compat.pm in @INC (@INC contains: 
> /usr/local/lib/perl5/5.8.0/i686-linux /usr/local/lib/perl5/5.8.0 
> /usr/local/lib/perl5/site_perl/5.8.0/i686-linux 
> /usr/local/lib/perl5/site_perl/5.8.0 /usr/local/lib/perl5/site_perl .) 
> at Makefile.PL line 2.
> BEGIN failed--compilation aborted at Makefile.PL line 2.
>
>
> Additional comments:
>
> Hello, Arthur Bergman! Thanks for uploading your works to CPAN.
>
> I noticed that the test suite seem to fail without these modules:
>
> Module::Build::Compat
>
> As such, adding the prerequisite module(s) to 'PREREQ_PM' in your
> Makefile.PL should solve this problem.  For example:
>
> WriteMakefile(
>     AUTHOR      => 'Arthur Bergman (artur at contiller.se)',
>     ... # other information
>     PREREQ_PM   => {
>       'Module::Build::Compat' => '0', # or a minimum workable version
>     }
> );
>
> If you are interested in making a more flexible Makefile.PL that can
> probe for missing dependencies and install them, ExtUtils::AutoInstall
> at <http://search.cpan.org/search?dist=ExtUtils-AutoInstall> may be
> worth a look.
>
> Thanks! :-)
>

Reply via email to