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/bin/perl "-Iblib/lib" "-Iblib/arch" test.pl 1..1 # Running under perl version 5.008001 for darwin # Current time local: Sat Nov 1 03:00:27 2003 # Current time GMT: Sat Nov 1 01:00:27 2003 # Using Test.pm version 1.24 Can't locate Apache/Registry.pm in @INC (@INC contains: blib/lib blib/arch /Users/nothingmuch/.cpanplus/5.8.1/build/PheMail-Vhost-0.11/blib/lib /Users/nothingmuch/.cpanplus/5.8.1/build/PheMail-Vhost-0.11/blib/arch /System/Library/Perl/darwin /System/Library/Perl /Library/Perl/darwin /Library/Perl /Library/Perl .) at blib/lib/PheMail/Vhost.pm line 6. BEGIN failed--compilation aborted at blib/lib/PheMail/Vhost.pm line 6. Compilation failed in require at test.pl line 10. BEGIN failed--compilation aborted at test.pl line 10. make: *** [test_dynamic] Error 2 Additional comments: Hello, Jesper Nohr! Thanks for uploading your works to CPAN. I noticed that the test suite seem to fail without these modules: Apache::Registry As such, adding the prerequisite module(s) to 'PREREQ_PM' in your Makefile.PL should solve this problem. For example: WriteMakefile( AUTHOR => 'Jesper Nohr ([EMAIL PROTECTED])', ... # other information PREREQ_PM => { 'Apache::Registry' => '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) configuration: Platform: osname=darwin, osvers=6.8, archname=darwin uname='darwin eris.woobling.org 6.8 darwin kernel version 6.8: wed sep 10 15:20:55 pdt 2003; root:xnuxnu-344.49.obj~2release_ppc power macintosh powerpc ' config_args='' hint=previous, useposix=true, d_sigaction=define usethreads=undef use5005threads=undef useithreads=undef usemultiplicity=undef useperlio=define d_sfio=undef uselargefiles=define usesocks=undef use64bitint=undef use64bitall=undef uselongdouble=undef usemymalloc=n, bincompat5005=undef Compiler: cc='cc', ccflags ='-pipe -fno-common -DPERL_DARWIN -no-cpp-precomp -fno-strict-aliasing -I/usr/local/include', optimize='-O3 -maltivec -mcpu=G4 -mtune=G4 -funroll-loops -fmerge-constants -fdelete-null-pointer-checks -fexpensive-optimizations -fforce-addr -fforce-mem -floop-optimize -foptimize-register-move -frename-registers', cppflags='-no-cpp-precomp -pipe -fno-common -DPERL_DARWIN -no-cpp-precomp -fno-strict-aliasing -I/usr/local/include -pipe -fno-common -DPERL_DARWIN -no-cpp-precomp -fno-strict-aliasing -I/usr/local/include' ccversion='', gccversion='3.3 20030304 (Apple Computer, Inc. build 1493)', 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='cc', ldflags =' -flat_namespace -L/usr/local/lib' libpth=/usr/local/lib /usr/lib libs=-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=' -flat_namespace -bundle -undefined suppress -L/usr/local/lib'