On Sun, 26 May 2002, Automated Perl Test Account 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 failed because Astro::SLA is not installed. Astro::SLA is a dependency that is specified in the Makefile.PL. Does CPANPLUS not respect PREREQ_PM? There is no point skipping the test if Astro::SLA can't be found because it wouldn't help things. Tim This is an error report generated automatically by CPANPLUS. Below is the error stack during 'make test': PERL_DL_NONLAZY=1 /usr/bin/perl -Iblib/arch -Iblib/lib -I/usr/lib/perl5/5.6.1/i386-linux -I/usr/lib/perl5/5.6.1 -e 'use Test::Harness qw(&runtests $verbose); $verbose=(eval(chr(36).q(|=1))-1); runtests @ARGV;' t/*.t t/basic....Can't locate Astro/SLA.pm in @INC (@INC contains: blib/arch blib/lib <snip> -- Tim Jenness JAC software http://www.jach.hawaii.edu/~timj
