I believe that the tests failed because I used no_plan in the test files instead of specifying the number of tests (which doesn't work on older versions of Test::Harness). I've uploaded a new version (1.1.3), which I hope fixes the problem.
Thanks for the heads up! Michael On Mon, 22 Dec 2003 18:26:48 -0500 (EST) [EMAIL PROTECTED] 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.045. > > Below is the error stack during 'make test': > > PERL_DL_NONLAZY=1 /usr/local/bin/perl -Iblib/arch -Iblib/lib > -I/usr/local/lib/perl5/5.6.1/mach -I/usr/local/lib/perl5/5.6.1/BSDPAN -e 'use > Test::Harness qw(&runtests $verbose); $verbose=0; runtests @ARGV;' t/*.t > t/01-class_constructor.ok > t/02-default_normalization.ok > t/03-no_normalization.ok > t/04-custom_normalization.ok > t/05-required-params.FAILED tests 1-19 > Failed 19/19 tests, 0.00% okay > t/06-required-param-normalization.FAILED tests 1-19 > Failed 19/19 tests, 0.00% okay > t/07-required-params-no-autoinit.FAILED tests 1-5 > Failed 5/5 tests, 0.00% okay > Failed Test Status Wstat Total Fail Failed List of Failed > -------------------------------------------------------------------------------- > t/05-required-params.t 19 19 100.00% 1-19 > t/06-required-param-normalizatio 19 19 100.00% 1-19 > t/07-required-params-no-autoinit 5 5 100.00% 1-5 > Failed 3/7 test scripts, 57.14% okay. 43/100 subtests failed, 57.00% okay. > *** Error code 25 > > Stop in /usr/cpanplus/5.6.1/build/Class-Constructor-1.1.2. > > > Additional comments: > -- > > Summary of my perl5 (revision 5.0 version 6 subversion 1) configuration: > Platform: > osname=freebsd, osvers=5.2-beta, archname=i386-freebsd > uname='freebsd www.theatre.msu.edu 5.2-beta freebsd 5.2-beta #0: mon dec 1 > 11:20:59 est 2003 [EMAIL PROTECTED]:usrobjusrsrcsystheatre i386 ' > config_args='-sde -Dprefix=/usr/local -Darchlib=/usr/local/lib/perl5/5.6.1/mach > -Dprivlib=/usr/local/lib/perl5/5.6.1 -Dman3dir=/usr/local/lib/perl5/5.6.1/man/man3 > -Dsitearch=/usr/local/lib/perl5/site_perl/5.6.1/mach > -Dsitelib=/usr/local/lib/perl5/site_perl/5.6.1 -Dscriptdir=/usr/local/bin -Dcc=cc > -Ui_malloc -Ui_iconv -Dccflags=-DAPPLLIB_EXP="/usr/local/lib/perl5/5.6.1/BSDPAN" > -Ui_gdbm -Dusemymalloc=n' > 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=undef use64bitall=undef uselongdouble=undef > Compiler: > cc='cc', ccflags ='-DAPPLLIB_EXP="/usr/local/lib/perl5/5.6.1/BSDPAN" > -fno-strict-aliasing -I/usr/local/include', > optimize='-O -pipe -mmmx -msse -msse2 ', > cppflags='-DAPPLLIB_EXP="/usr/local/lib/perl5/5.6.1/BSDPAN" -fno-strict-aliasing > -I/usr/local/include' > ccversion='', gccversion='3.3.3 [FreeBSD] 20031106', gccosandvers='' > intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=1234 > d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=12 > ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8 > alignbytes=4, usemymalloc=n, prototype=define > Linker and Libraries: > ld='cc', ldflags ='-Wl,-E -L/usr/local/lib' > libpth=/usr/lib /usr/local/lib > libs=-lgdbm -lm -lc -lcrypt -lutil > perllibs=-lm -lc -lcrypt -lutil > libc=, so=so, useshrplib=false, libperl=libperl.a > Dynamic Linking: > dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags=' ' > cccdlflags='-DPIC -fPIC', lddlflags='-shared -L/usr/local/lib' -- Michael Graham [EMAIL PROTECTED]
