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.
        
--

Dear Thomas Linden,
    
This is a computer-generated error report created automatically by
CPANPLUS, version 0.076. Testers personal comments may appear 
at the end of this report.


Thank you for uploading your work to CPAN.  However, it appears that
there were some problems testing your distribution.

TEST RESULTS:

Below is the error stack from stage 'make test':

[MSG] [Tue Feb 27 16:27:49 2007] Trying to get 
'http://www.cpan.org/authors/id/T/TL/TLINDEN/Config-General-Validate-1.02.tar.gz'
[MSG] [Tue Feb 27 16:27:49 2007] Trying to get 
'http://www.cpan.org/authors/id/T/TL/TLINDEN/CHECKSUMS'
[MSG] [Tue Feb 27 16:27:50 2007] Checksum matches for 
'Config-General-Validate-1.02.tar.gz'
[MSG] [Tue Feb 27 16:27:50 2007] Extracted 'Config-General-Validate-1.02/'
[MSG] [Tue Feb 27 16:27:50 2007] Extracted 
'Config-General-Validate-1.02/Changelog'
[MSG] [Tue Feb 27 16:27:50 2007] Extracted 
'Config-General-Validate-1.02/MANIFEST'
[MSG] [Tue Feb 27 16:27:50 2007] Extracted 
'Config-General-Validate-1.02/Makefile.PL'
[MSG] [Tue Feb 27 16:27:50 2007] Extracted 'Config-General-Validate-1.02/README'
[MSG] [Tue Feb 27 16:27:50 2007] Extracted 'Config-General-Validate-1.02/t/'
[MSG] [Tue Feb 27 16:27:50 2007] Extracted 
'Config-General-Validate-1.02/t/run.t'
[MSG] [Tue Feb 27 16:27:50 2007] Extracted 
'Config-General-Validate-1.02/Validate.pm'
[MSG] [Tue Feb 27 16:27:50 2007] Extracted 'Config::General::Validate' to 
'/home/cwill1is/.cpanplus/5.8.8/build/Config-General-Validate-1.02'
[MSG] [Tue Feb 27 16:27:50 2007] Checking if your kit is complete...
Looks good
Writing Makefile for Config::General::Validate

[MSG] [Tue Feb 27 16:27:50 2007] DEFAULT 'filter_prereqs' HANDLER RETURNING 
'sub return value'
[MSG] [Tue Feb 27 16:27:51 2007] cp Validate.pm 
blib/lib/Config/General/Validate.pm
Manifying blib/man3/Config::General::Validate.3

[ERROR] [Tue Feb 27 16:27:51 2007] MAKE TEST failed:  PERL_DL_NONLAZY=1 
/usr/home/cwill1is/perl588/bin/perl "-MExtUtils::Command::MM" "-e" 
"test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/run....
dubious
        Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 1-19
        Failed 19/19 tests, 0.00% okay
Failed Test Stat Wstat Total Fail  List of Failed
-------------------------------------------------------------------------------
t/run.t      255 65280    19   37  1-19
Failed 1/1 test scripts. 19/19 subtests failed.
Files=1, Tests=19,  0 wallclock secs ( 0.05 cusr +  0.01 csys =  0.06 CPU)
*** Error code 255

Stop in /usr/home/cwill1is/.cpanplus/5.8.8/build/Config-General-Validate-1.02.

#   Failed test 'require Config::General::Validate;'
#   at t/run.t line 9.
#     Tried to require 'Config::General::Validate'.
#     Error:  Can't locate Regexp/Common/URI/RFC2396.pm in @INC (@INC contains: 
. 
/usr/home/cwill1is/.cpanplus/5.8.8/build/Config-General-Validate-1.02/blib/lib 
/usr/home/cwill1is/.cpanplus/5.8.8/build/Config-General-Validate-1.02/blib/arch 
/home/cwill1is/.cpanplus/5.8.8/build/Config-General-Validate-1.02/blib/lib 
/home/cwill1is/.cpanplus/5.8.8/build/Config-General-Validate-1.02/blib/arch 
/home/cwill1is/.cpanplus/5.8.8/build/Config-General-Validate-1.02/blib 
/usr/home/cwill1is/perl588/lib/5.8.8/i386-freebsd-thread-multi-64int 
/usr/home/cwill1is/perl588/lib/5.8.8 
/usr/home/cwill1is/perl588/lib/site_perl/5.8.8/i386-freebsd-thread-multi-64int 
/usr/home/cwill1is/perl588/lib/site_perl/5.8.8 
/usr/home/cwill1is/perl588/lib/site_perl) at 
/usr/home/cwill1is/.cpanplus/5.8.8/build/Config-General-Validate-1.02/blib/lib/Config/General/Validate.pm
 line 16.
# BEGIN failed--compilation aborted at 
/usr/home/cwill1is/.cpanplus/5.8.8/build/Config-General-Validate-1.02/blib/lib/Config/General/Validate.pm
 line 16.
# Compilation failed in require at (eval 3) line 2.
Can't locate object method "new" via package "Config::General" at t/run.t line 
80.
# Looks like you planned 19 tests but only ran 1.
# Looks like you failed 1 test of 1 run.
# Looks like your test died just after 1.
Failed 1/1 test programs. 19/19 subtests failed.



MISSING PREREQUISITES:

It was observed that the test suite seem to fail without these modules:

Regexp::Common::URI::RFC2396

As such, adding the prerequisite module(s) to 'PREREQ_PM' in your
Makefile.PL should solve this problem.  For example:

WriteMakefile(
    AUTHOR      => 'Thomas Linden ([EMAIL PROTECTED])',
    ... # other information
    PREREQ_PM   => {
        'Regexp::Common::URI::RFC2396'  => '0', # or a minimum working 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.  As there are many people performing automatic
tests on each upload to CPAN, it is likely 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 informations, and do not take
it personally.  We appreciate your patience. :)
**********************************************************************

Additional comments:
 

This report was machine-generated by CPAN::YACSmoke 0.0307.

--

Summary of my perl5 (revision 5 version 8 subversion 8) configuration:
  Platform:
    osname=freebsd, osvers=5.3-release, archname=i386-freebsd-thread-multi-64int
    uname='freebsd scc205.staffordshire.gov.uk 5.3-release freebsd 5.3-release 
#0: fri nov 5 04:19:18 utc 2004 [EMAIL PROTECTED]:usrobjusrsrcsysgeneric i386 '
    config_args=''
    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=define use64bitall=undef uselongdouble=undef
    usemymalloc=n, bincompat5005=undef
  Compiler:
    cc='cc', ccflags ='-DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H 
-fno-strict-aliasing -pipe -Wdeclaration-after-statement -I/usr/local/include',
    optimize='-O',
    cppflags='-DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -fno-strict-aliasing -pipe 
-Wdeclaration-after-statement -I/usr/local/include'
    ccversion='', gccversion='3.4.2 [FreeBSD] 20040728', gccosandvers=''
    intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=12345678
    d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=12
    ivtype='long long', ivsize=8, nvtype='double', nvsize=8, Off_t='off_t', 
lseeksize=8
    alignbytes=4, prototype=define
  Linker and Libraries:
    ld='cc', ldflags ='-Wl,-E  -L/usr/local/lib'
    libpth=/usr/lib /usr/local/lib
    libs=-lm -lcrypt -lutil -lc_r
    perllibs=-lm -lcrypt -lutil -lc_r
    libc=, so=so, useshrplib=false, libperl=libperl.a
    gnulibc_version=''
  Dynamic Linking:
    dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags=' '
    cccdlflags='-DPIC -fPIC', lddlflags='-shared  -L/usr/local/lib'

Reply via email to