Hi Adrian, The testing and e-mail is automatically done via cpanplus. This looks like the same bug I just discovered last night on another module. I was working on the bug report to submit to cpanplus development. I'll take a look and make sure, then I'll re-run your module and submit a new report.
Thanks! -Mark Adrian Howard wrote: > > Hmmm... Storable is on the list of prequisites in the Makefile.PL (see > http://search.cpan.org/src/ADIE/Test-Class-0.03/Makefile.PL) - didn't > you get an appropriate warning when you did perl Makefile.PL? > > Adrian > > On Monday, March 17, 2003, at 04:15 am, Mark Reynolds 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, > > version 0.042. > > > > Below is the error stack during 'make test': > > > > PERL_DL_NONLAZY=1 /usr/freeware/bin/perl "-MExtUtils::Command::MM" > > "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t > > t/_new.................# Failed test (t/_new.t at line 8) > > # Tried to use 'Test::Class'. > > # Error: Can't locate Storable.pm in @INC (@INC contains: > > /usr/people/reynolds/.cpanplus/5.6.1/build/Test-Class-0.03/blib/lib > > /usr/people/reynolds/.cpanplus/5.6.1/build/Test-Class-0.03/blib/arch > > /usr/people/reynolds/.cpanplus/5.6.1/build/Test-Class-0.03/blib/lib > > /usr/people/reynolds/.cpanplus/5.6.1/build/Test-Class-0.03/blib/arch > > /usr/people/reynolds/.cpanplus/5.6.1/build/Test-Differences-0.46/blib/ > > lib > > /usr/people/reynolds/.cpanplus/5.6.1/build/Test-Differences-0.46/blib/ > > arch > > /usr/people/reynolds/.cpanplus/5.6.1/build/Test-Class-0.03/blib/lib > > /usr/people/reynolds/.cpanplus/5.6.1/build/Test-Class-0.03/blib/arch > > /usr/people/reynolds/.cpanplus/5.6.1/build/Test-Exception-0.15/blib/ > > lib > > /usr/people/reynolds/.cpanplus/5.6.1/build/Test-Exception-0.15/blib/ > > arch > > /usr/people/reynolds/.cpanplus/5.6.1/build/Sub-Uplevel-0.06/blib/lib > > /usr/people/reynolds/.cpanplus/5.6.1/build/Sub-Uplevel-0.06/blib/arch > > /usr/people/reynolds/.cpanplus/5.6.1/build/Test-Exception-0.15/blib/ > > lib /usr/peopl! > > e/reynolds/.cpanplus/5.6.1/build/Test-Exception-0.15/blib/arch > > /usr/people/reynolds/.cpanplus/5.6.1/build/Test-Class-0.03/blib/lib > > /usr/people/reynolds/.cpanplus/5.6.1/build/Test-Class-0.03/blib/arch > > /usr/people/reynolds/.cpanplus/5.6.1/build/Class-ISA-0.32/blib/lib > > /usr/people/reynolds/.cpanplus/5.6.1/build/Class-ISA-0.32/blib/arch > > /usr/people/reynolds/.cpanplus/5.6.1/build/Test-Class-0.03/blib/lib > > /usr/people/reynolds/.cpanplus/5.6.1/build/Test-Class-0.03/blib/arch > > /usr/people/reynolds/.cpanplus/5.6.1/build/Attribute-Handlers-0.78/ > > blib/lib > > /usr/people/reynolds/.cpanplus/5.6.1/build/Attribute-Handlers-0.78/ > > blib/arch > > /usr/people/reynolds/.cpanplus/5.6.1/build/Test-Class-0.03/blib/lib > > /usr/people/reynolds/.cpanplus/5.6.1/build/Test-Class-0.03/blib/arch > > /usr/freeware/lib/perl5/5.6.1/irix-n32 > > /usr/freeware/lib/perl5/5.6.1/irix-n32 /usr/freeware/lib/perl5/5.6.1 > > /usr/local/lib/perl5/site_perl/5.6.1/irix-n32 > > /usr/local/lib/perl5/site_perl/5.6.1/irix-n32 > > /usr/local/lib/perl5/site_p! > > erl/5.6.1 /usr/local/lib/perl5/site_perl/5.6.1/irix-n32 /usr/lo! > > cal/lib/perl5/site_perl/5.6.1 /usr/local/lib/perl5/site_perl > > /usr/freeware/lib/perl5/sgi_perl/5.6.1/irix-n32 > > /usr/freeware/lib/perl5/sgi_perl/5.6.1 > > /usr/freeware/lib/perl5/sgi_perl . > > /usr/freeware/lib/perl5/5.6.1/irix-n32 /usr/freeware/lib/perl5/5.6.1 > > /usr/local/lib/perl5/site_perl/5.6.1/irix-n32 > > /usr/local/lib/perl5/site_perl/5.6.1 /usr/local/lib/perl5/site_perl > > /usr/freeware/lib/perl5/sgi_perl/5.6.1/irix-n32 > > /usr/freeware/lib/perl5/sgi_perl/5.6.1 > > /usr/freeware/lib/perl5/sgi_perl) at > > /usr/people/reynolds/.cpanplus/5.6.1/build/Test-Class-0.03/blib/lib/ > > Test/Class.pm line 11. > > # BEGIN failed--compilation aborted at > > /usr/people/reynolds/.cpanplus/5.6.1/build/Test-Class-0.03/blib/lib/ > > Test/Class.pm line 11. > > # Compilation failed in require at (eval 1) line 2. > > FAILED--Further testing stopped: CANNOT USE Test::Class > > *** Error code 255 (bu21) > > > > > > Additional comments: > > > > Hello, Adrian Howard! Thanks for uploading your works to CPAN. > > > > I noticed that the test suite seem to fail without these modules: > > > > Storable > > > > As such, adding the prerequisite module(s) to 'PREREQ_PM' in your > > Makefile.PL should solve this problem. For example: > > > > WriteMakefile( > > AUTHOR => 'Adrian Howard ([EMAIL PROTECTED])', > > ... # other information > > PREREQ_PM => { > > 'Storable' => '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! :-) > > > > ******************************** 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 6 subversion 1) > > configuration: > > Platform: > > osname=irix, osvers=6.5, archname=irix-n32 > > uname='irix bitbucket 6.5 09180824 ip27 ' > > config_args='-der -Dcc="cc -n32 -mips3" > > -Dlibpath=/usr/freeware/lib32:/usr/lib32 > > -Dincpath=/usr/freeware/include/db3:/usr/freeware/include:/usr/include > > -Duseshrplib -Dprefix=/usr/freeware -Duse64bitint -Dlibs=-lm > > -Dsiteprefix=/usr/local -Dvendorprefix=/usr/freeware > > -Darchname=irix-n32' > > hint=recommended, useposix=true, d_sigaction=define > > usethreads=undef use5005threads=undef useithreads=undef > > usemultiplicity=undef > > useperlio=undef d_sfio=undef uselargefiles=define usesocks=undef > > use64bitint=define use64bitall=undef uselongdouble=undef > > Compiler: > > cc='cc -n32 -mips3', ccflags ='-D_BSD_TYPES -D_BSD_TIME -woff > > 1009,1110,1174,1184,1552 -OPT:Olimit=0:space=ON > > -I/usr/freeware/include -I/usr/include', > > optimize='-O3', > > cppflags='-D_BSD_TYPES -D_BSD_TIME -OPT:Olimit=0:space=ON > > -I/usr/freeware/include -I/usr/include' > > ccversion='', gccversion='', gccosandvers='' > > intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=87654321 > > d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=16 > > ivtype='long long', ivsize=8, nvtype='double', nvsize=8, > > Off_t='off_t', lseeksize=8 > > alignbytes=8, usemymalloc=n, prototype=define > > Linker and Libraries: > > ld='cc -n32 -mips3', ldflags =' -L/usr/freeware/lib32 -L/usr/lib32 > > -Wl,-woff,84' > > libpth=/usr/freeware/lib32 /usr/lib32 /lib32 /lib /usr/lib > > /usr/lib32 > > libs=-lm > > perllibs=-lm > > libc=/usr/lib32/libc.so, so=so, useshrplib=true, libperl=libperl.so > > Dynamic Linking: > > dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags=' -n32 > > -Wl,-rpath,/usr/freeware/lib/perl5/5.6.1/irix-n32/CORE:/usr/freeware/ > > lib32' > > cccdlflags=' ', lddlflags='-n32 -shared -L/usr/freeware/lib32 > > -L/usr/lib32' > > -- *********************************************************************** Mark Reynolds (770)631-2250 SGI Computer Systems Toll free (800)800-4SGI Technical Support Engineer VNet 6-828-2250 Customer Support Center - Atlanta [EMAIL PROTECTED] >>>> Check your cases on-line at http://support.sgi.com/ <<<< ***********************************************************************
