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,
version 0.049.
Below is the error stack during 'make test':
t/File-Find-Rule....# Failed test (t/File-Find-Rule.t at line 11)
# Tried to use 'File::Find::Rule'.
# Error: Can't locate Number/Compare.pm in @INC (@INC contains:
/Users/mhoyt/.cpanplus/5.8.1/build/File-Find-Rule-0.28/blib/lib
/Users/mhoyt/.cpanplus/5.8.1/build/File-Find-Rule-0.28/blib/arch /sw/lib/perl5
/sw/lib/perl5 /Users/mhoyt/.cpanplus/5.8.1/build/Module-Pluggable-Ordered-1.0/blib/lib
/Users/mhoyt/.cpanplus/5.8.1/build/Module-Pluggable-Ordered-1.0/blib/arch
/Users/mhoyt/.cpanplus/5.8.1/build/Module-Pluggable-1.2/blib/lib
/Users/mhoyt/.cpanplus/5.8.1/build/Module-Pluggable-1.2/blib/arch
/Users/mhoyt/.cpanplus/5.8.1/build/File-Find-Rule-0.28/blib/lib
/Users/mhoyt/.cpanplus/5.8.1/build/File-Find-Rule-0.28/blib/arch
/Users/mhoyt/.cpanplus/5.8.1/build/Text-Glob-0.06/blib/lib
/Users/mhoyt/.cpanplus/5.8.1/build/Text-Glob-0.06/blib/arch
/Users/mhoyt/.cpanplus/5.8.1/build/File-Find-Rule-0.28/blib/lib
/Users/mhoyt/.cpanplus/5.8.1/build/File-Find-Rule-0.28/blib/arch
/System/Library/Perl/5.8.1/darwin-thread-multi-2level
/System/Library/Perl/5.8.1/darwin-thread-multi-2level /
System/Library/Perl/5.8.1 /Library/Perl/5.8.1/darwin-thread-multi-2level
/Library/Perl/5.8.1/darwin-thread-multi-2level /Library/Perl/5.8.1
/Library/Perl/5.8.1/darwin-thread-multi-2level /Library/Perl/5.8.1 /Library/Perl
/Network/Library/Perl/5.8.1/darwin-thread-multi-2level /Network/Library/Perl/5.8.1
/Network/Library/Perl /Users/mhoyt/.cpanplus/5.8.1/build/File-Find-Rule-0.28
/System/Library/Perl/5.8.1/darwin-thread-multi-2level /System/Library/Perl/5.8.1
/Library/Perl/5.8.1/darwin-thread-multi-2level /Library/Perl/5.8.1 /Library/Perl
/Network/Library/Perl/5.8.1/darwin-thread-multi-2level /Network/Library/Perl/5.8.1
/Network/Library/Perl .) at
/Users/mhoyt/.cpanplus/5.8.1/build/File-Find-Rule-0.28/blib/lib/File/Find/Rule.pm line
8.
# BEGIN failed--compilation aborted at
/Users/mhoyt/.cpanplus/5.8.1/build/File-Find-Rule-0.28/blib/lib/File/Find/Rule.pm line
8.
# Compilation failed in require at (eval 1) line 2.
Can't locate object method "new" via package "File::Find::Rule" at t/File-Find-Rule.t
line 18.
# Looks like you planned 38 tests but only ran 1.
# Looks like your test died just after 1.
dubious
Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 1-38
Failed 38/38 tests, 0.00% okay
t/findrule..........# Failed test (t/findrule.t at line 12)
# Structures begin differing at:
# $got->[0] = 'BEGIN failed--compilation aborted at
blib/lib/File/Find/Rule.pm line 8.'
# $expected->[0] = 't/foobar'
# Failed test (t/findrule.t at line 15)
# Structures begin differing at:
# $got->[0] = 'BEGIN failed--compilation aborted at
blib/lib/File/Find/Rule.pm line 8.'
# $expected->[0] = 't'
# Failed test (t/findrule.t at line 23)
# Structures begin differing at:
# $got->[0] = 'BEGIN failed--compilation aborted at
blib/lib/File/Find/Rule.pm line 8.'
# $expected->[0] = 't/File-Find-Rule.t'
# Failed test (t/findrule.t at line 27)
# Structures begin differing at:
# $got->[0] = 'BEGIN failed--compilation aborted at
blib/lib/File/Find/Rule.pm line 8.'
# $expected->[0] = 't/foobar'
# Failed test (t/findrule.t at line 31)
# Structures begin differing at:
# $got->[0] = 'BEGIN failed--compilation aborted at
blib/lib/File/Find/Rule.pm line 8.'
# $expected->[0] = 'unknown option 'baz''
# Failed test (t/findrule.t at line 34)
# Structures begin differing at:
# $got->[0] = 'BEGIN failed--compilation aborted at
blib/lib/File/Find/Rule.pm line 8.'
# $expected->[0] = Does not exist
# Looks like you failed 6 tests of 6.
dubious
Test returned status 6 (wstat 1536, 0x600)
DIED. FAILED tests 1-6
Failed 6/6 tests, 0.00% okay
Failed 2/2 test scripts, 0.00% okay. 44/44 subtests failed, 0.00% okay.
Failed Test Stat Wstat Total Fail Failed List of Failed
-------------------------------------------------------------------------------
t/File-Find-Rule.t 255 65280 38 75 197.37% 1-38
t/findrule.t 6 1536 6 6 100.00% 1-6
Additional comments:
Hello, Richard Clamp! Thanks for uploading your works to CPAN.
I noticed that the test suite seem to fail without these modules:
Number::Compare
As such, adding the prerequisite module(s) to 'PREREQ_PM' in your
Makefile.PL should solve this problem. For example:
WriteMakefile(
AUTHOR => 'Richard Clamp ([EMAIL PROTECTED])',
... # other information
PREREQ_PM => {
'Number::Compare' => '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/dist/ExtUtils-AutoInstall/> may be
worth a look.
Thanks! :-)
******************************** NOTE ********************************
The comments above are created mechanically, possibly without manual
checking by the sender. Also, because many people perform automatic
tests on CPAN, chances are that you will receive identical messages
about the same problem.
If you believe that the message is mistaken, please reply to the first
one with correction and/or additional information, and do not take
it personally. We appreciate your patience. :)
**********************************************************************
--
Summary of my perl5 (revision 5.0 version 8 subversion 1 RC3) configuration:
Platform:
osname=darwin, osvers=7.0, archname=darwin-thread-multi-2level
uname='darwin hampsten 7.0 darwin kernel version 6.0: fri jul 25 16:58:41 pdt
2003; root:xnu-344.frankd.rootsxnu-344.frankd~objrelease_ppc power macintosh powerpc '
config_args='-ds -e -Dprefix=/usr -Dccflags=-g -pipe -Dldflags=-Dman3ext=3pm
-Duseithreads -Duseshrplib'
hint=recommended, useposix=true, d_sigaction=define
usethreads=define use5005threads=undef useithreads=define usemultiplicity=define
useperlio=define d_sfio=undef uselargefiles=define usesocks=undef
use64bitint=undef use64bitall=undef uselongdouble=undef
usemymalloc=n, bincompat5005=undef
Compiler:
cc='cc', ccflags ='-g -pipe -pipe -fno-common -DPERL_DARWIN -no-cpp-precomp
-fno-strict-aliasing -I/usr/local/include',
optimize='-Os',
cppflags='-no-cpp-precomp -g -pipe -pipe -fno-common -DPERL_DARWIN -no-cpp-precomp
-fno-strict-aliasing -I/usr/local/include'
ccversion='', gccversion='3.3 20030304 (Apple Computer, Inc. build 1495)',
gccosandvers=''
intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=4321
d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=8
ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8
alignbytes=8, prototype=define
Linker and Libraries:
ld='MACOSX_DEPLOYMENT_TARGET=10.3 cc', ldflags ='-L/usr/local/lib'
libpth=/usr/local/lib /usr/lib
libs=-ldbm -ldl -lm -lc
perllibs=-ldl -lm -lc
libc=/usr/lib/libc.dylib, so=dylib, useshrplib=true, libperl=libperl.dylib
gnulibc_version=''
Dynamic Linking:
dlsrc=dl_dyld.xs, dlext=bundle, d_dlsymun=undef, ccdlflags=' '
cccdlflags=' ', lddlflags='-bundle -undefined dynamic_lookup -L/usr/local/lib'