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 GFUJI,
    
This is a computer-generated error report created automatically by
CPANPLUS, version 0.84. 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] [Thu Feb  7 08:55:28 2008] Trying to get 
'ftp://ftp.cpan.org/pub/CPAN/authors/id/G/GF/GFUJI/HTML-FillInForm-Lite-0.01.tar.gz'
[MSG] [Thu Feb  7 08:55:29 2008] Trying to get 
'ftp://ftp.cpan.org/pub/CPAN/authors/id/G/GF/GFUJI/CHECKSUMS'
[MSG] [Thu Feb  7 08:55:29 2008] Checksum matches for 
'HTML-FillInForm-Lite-0.01.tar.gz'
[MSG] [Thu Feb  7 08:55:29 2008] Extracted 'HTML-FillInForm-Lite-0.01/'
[MSG] [Thu Feb  7 08:55:29 2008] Extracted 'HTML-FillInForm-Lite-0.01/Changes'
[MSG] [Thu Feb  7 08:55:29 2008] Extracted 'HTML-FillInForm-Lite-0.01/lib/'
[MSG] [Thu Feb  7 08:55:29 2008] Extracted 'HTML-FillInForm-Lite-0.01/lib/HTML/'
[MSG] [Thu Feb  7 08:55:29 2008] Extracted 
'HTML-FillInForm-Lite-0.01/lib/HTML/FillInForm/'
[MSG] [Thu Feb  7 08:55:29 2008] Extracted 
'HTML-FillInForm-Lite-0.01/lib/HTML/FillInForm/Lite.pm'
[MSG] [Thu Feb  7 08:55:29 2008] Extracted 
'HTML-FillInForm-Lite-0.01/Makefile.PL'
[MSG] [Thu Feb  7 08:55:29 2008] Extracted 'HTML-FillInForm-Lite-0.01/MANIFEST'
[MSG] [Thu Feb  7 08:55:29 2008] Extracted 'HTML-FillInForm-Lite-0.01/META.yml'
[MSG] [Thu Feb  7 08:55:29 2008] Extracted 'HTML-FillInForm-Lite-0.01/misc/'
[MSG] [Thu Feb  7 08:55:29 2008] Extracted 
'HTML-FillInForm-Lite-0.01/misc/benchmark.pl'
[MSG] [Thu Feb  7 08:55:29 2008] Extracted 
'HTML-FillInForm-Lite-0.01/misc/form1.html'
[MSG] [Thu Feb  7 08:55:29 2008] Extracted 
'HTML-FillInForm-Lite-0.01/misc/form2.html'
[MSG] [Thu Feb  7 08:55:29 2008] Extracted 'HTML-FillInForm-Lite-0.01/README'
[MSG] [Thu Feb  7 08:55:29 2008] Extracted 'HTML-FillInForm-Lite-0.01/t/'
[MSG] [Thu Feb  7 08:55:29 2008] Extracted 
'HTML-FillInForm-Lite-0.01/t/00load.t'
[MSG] [Thu Feb  7 08:55:29 2008] Extracted 
'HTML-FillInForm-Lite-0.01/t/01input.t'
[MSG] [Thu Feb  7 08:55:29 2008] Extracted 
'HTML-FillInForm-Lite-0.01/t/02select.t'
[MSG] [Thu Feb  7 08:55:29 2008] Extracted 
'HTML-FillInForm-Lite-0.01/t/03textarea.t'
[MSG] [Thu Feb  7 08:55:29 2008] Extracted 
'HTML-FillInForm-Lite-0.01/t/04target.t'
[MSG] [Thu Feb  7 08:55:29 2008] Extracted 
'HTML-FillInForm-Lite-0.01/t/05encoding.t'
[MSG] [Thu Feb  7 08:55:29 2008] Extracted 'HTML::FillInForm::Lite' to 
'/home/d/.cpanplus/5.10.0/build/HTML-FillInForm-Lite-0.01'
[MSG] [Thu Feb  7 08:55:30 2008] Checking if your kit is complete...
Looks good
Writing Makefile for HTML::FillInForm::Lite

[MSG] [Thu Feb  7 08:55:30 2008] DEFAULT 'filter_prereqs' HANDLER RETURNING 
'sub return value'
[MSG] [Thu Feb  7 08:55:31 2008] cp lib/HTML/FillInForm/Lite.pm 
blib/lib/HTML/FillInForm/Lite.pm
Manifying blib/man3/HTML::FillInForm::Lite.3

[ERROR] [Thu Feb  7 08:55:32 2008] MAKE TEST failed: Illegal seek 
PERL_DL_NONLAZY=1 /usr/local/bin/perl "-MExtUtils::Command::MM" "-e" 
"test_harness(1, 'blib/lib', 'blib/arch')" t/*.t
t/00load..........
1..4
ok 1 - use HTML::FillInForm::Lite;
ok 2 - can 'new'
ok 3 - new() is ok
ok 4 - The object isa HTML::FillInForm::Lite
ok
t/01input.........
1..71
ok 1 - use HTML::FillInForm::Lite;
ok 2 - fill in scalar ref
ok 3 - in array ref
Cannot open 
'/home/d/.cpanplus/5.10.0/build/HTML-FillInForm-Lite-0.01/t/test.html': No such 
file or directory at t/01input.t line 54
# Looks like you planned 71 tests but only ran 3.
# Looks like your test died just after 3.
 Dubious, test returned 255 (wstat 65280, 0xff00)
 Failed 68/71 subtests 
t/02select........
1..6
ok 1 - use HTML::FillInForm::Lite;
ok 2 - select an option
ok 3 - ignore select
ok 4 - nothing with undef data
ok 5 - select an option with 'value=' attribute
ok 6 - chenge the selected
ok
t/03textarea......
1..8
ok 1 - use HTML::FillInForm::Lite;
ok 2 - fill textarea
ok 3 - fill textarea with array data
ok 4 - doesn't fill textarea with unmatched name
ok 5 - ignore textarea
ok 6 - empty textarea
ok 7 - { NAME => undef } is ignored
ok 8 - ignore syntax error
ok
t/04target........
1..10
ok 1 - use HTML::FillInForm::Lite;
ok 2 - class method fill() with target
ok 3 - new() with target
ok 4 - class method fill() with different target
ok 5 - new() with different target
ok 6 - target overriding
ok 7 - instance method fill() with target
ok 8 - different target
ok 9 - the target only
ok 10 - ignore different target
ok
t/05encoding......
1..3
ok 1 - use HTML::FillInForm::Lite;
ok 2 - Unicode name/value
ok 3 - Unicode name/value (output)
ok

Test Summary Report
-------------------
t/01input.t   (Wstat: 65280 Tests: 3 Failed: 0)
  Non-zero exit status: 255
  Parse errors: Bad plan.  You planned 71 tests but ran 3.
Files=6, Tests=34,  1 wallclock secs ( 0.05 usr  0.01 sys +  0.28 cusr  0.20 
csys =  0.54 CPU)
Result: FAIL
Failed 1/6 test programs. 0/34 subtests failed.
make: *** [test_dynamic] Error 255

[MSG] [Thu Feb  7 08:55:32 2008] DEFAULT 'proceed_on_test_failure' HANDLER 
RETURNING 'sub return value'

PREREQUISITES:

Here is a list of prerequisites you specified and versions we 
managed to load:
                                
          Module Name                        Have     Want
          Test::More                         0.74        0

******************************** 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 10 subversion 0) configuration:
  Platform:
    osname=linux, osvers=2.6.23.1-slh64-smp-32, archname=x86_64-linux
    uname='linux sanremo.defietser 2.6.23.1-slh64-smp-32 #1 smp preempt thu nov 
15 17:55:06 cet 2007 x86_64 gnulinux '
    config_args='-des'
    hint=recommended, useposix=true, d_sigaction=define
    useithreads=undef, usemultiplicity=undef
    useperlio=define, d_sfio=undef, uselargefiles=define, usesocks=undef
    use64bitint=define, use64bitall=define, uselongdouble=undef
    usemymalloc=n, bincompat5005=undef
  Compiler:
    cc='cc', ccflags ='-fno-strict-aliasing -pipe -I/usr/local/include 
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64',
    optimize='-O2',
    cppflags='-fno-strict-aliasing -pipe -I/usr/local/include'
    ccversion='', gccversion='4.2.3 20071014 (prerelease) (Debian 4.2.2-3)', 
gccosandvers=''
    intsize=4, longsize=8, ptrsize=8, doublesize=8, byteorder=12345678
    d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=16
    ivtype='long', ivsize=8, nvtype='double', nvsize=8, Off_t='off_t', 
lseeksize=8
    alignbytes=8, prototype=define
  Linker and Libraries:
    ld='cc', ldflags =' -L/usr/local/lib'
    libpth=/usr/local/lib /lib /usr/lib /lib64 /usr/lib64
    libs=-lnsl -lgdbm -ldl -lm -lcrypt -lutil -lc
    perllibs=-lnsl -ldl -lm -lcrypt -lutil -lc
    libc=/lib/libc-2.7.so, so=so, useshrplib=false, libperl=libperl.a
    gnulibc_version='2.7'
  Dynamic Linking:
    dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-Wl,-E'
    cccdlflags='-fPIC', lddlflags='-shared -O2 -L/usr/local/lib'

Reply via email to