This looks like a failure from Module::Autoinstall or Module::Install
for some reason.

In general, dependencies are only picked up if a Makefile is created
and this would appear to have died before that happened.  The META.yml
is not used for dependencies because your META.yml does not set
dynamic_config to 0.

Your Module::Install is several versions out of date -- this might be
related.  There were several improvements to auto-install handling
when running under CPAN or CPANPLUS since the version you included.

However, I also noticed that the tester is using an older version of
CPAN::Reporter and dependency logic improved a bit in the last few
versions -- but I still think it would have shown dependencies if a
Makefile had been created.

David

On Nov 27, 2007 1:56 PM, Jonathan Rockway <[EMAIL PROTECTED]> wrote:
>
> On Tue, 2007-11-27 at 10:40 -0800, [EMAIL PROTECTED] wrote:
> > ------------------------------
> > PROGRAM OUTPUT
> > ------------------------------
> >
> > Output from '/usr/bin/perl Makefile.PL INSTALLDIRS=site':
> >
> > *** Module::AutoInstall version 1.03
> > *** Checking for Perl dependencies...
> > [Core Features]
> > - Test::More         ...loaded. (0.7)
> > - Directory::Scratch ...missing.
> > - Path::Class        ...loaded. (0.16)
> > - Exporter           ...loaded. (5.58)
> > - File::Attributes   ...missing.
> > - Cwd                ...loaded. (3.25)
> >
> > ------------------------------
> > PREREQUISITES
> > ------------------------------
> >
> > Prerequisite modules loaded:
> >
> >     No requirements found
>
> Are you sure your smoke setup is working?  I'm not sure why you would
> miss the dependencies that are in META.yml and the Makefile.PL.
>
> Regards,
> Jonathan Rockway
>

Reply via email to