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 Carl Franks,
    
This is a computer-generated test report for HTML-Widget-1.11, created
automatically by CPAN::Reporter, version 0.44, and sent to the CPAN 
Testers mailing list.  If you have received this email directly, it is 
because the person testing your distribution chose to send a copy to your 
CPAN email address; there may be a delay before the official report is
received and processed by CPAN Testers.

Thank you for uploading your work to CPAN.  However, attempting to
test your distribution gave an inconclusive result.  This could be because
you did not define tests (or tests could not be found), because
your tests were interrupted before they finished, or because
the results of the tests could not be parsed by CPAN::Reporter.

Sections of this report:

    * Tester comments
    * Prerequisites
    * Environment and other context
    * Test output

------------------------------
TESTER COMMENTS
------------------------------

Additional comments from tester: 

[none provided]

------------------------------
PREREQUISITES
------------------------------

Prerequisite modules loaded:

requires:

    Module                         Need Have   
    ------------------------------ ---- -------
    Class::Accessor::Chained::Fast 0    0      
    Class::Accessor::Fast          0    0.30   
    Class::Data::Accessor          0    0.04001
    Date::Calc                     0    5.4    
    Email::Valid                   0    0.176  
  ! HTML::Element                  3.22 3.16   
    HTML::Scrubber                 0    0.08   
    Module::Pluggable::Fast        0    0.18   
    Scalar::Util                   0    1.18   
    Storable                       0    2.15   
    Test::NoWarnings               0    0.082  

------------------------------
ENVIRONMENT AND OTHER CONTEXT
------------------------------

Environment variables:

    LANG = en_US.UTF-8
    PATH = 
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/bin/X11
    PERL5LIB = 
    PERL5_CPANPLUS_IS_RUNNING = 1
    PERL5_CPAN_IS_RUNNING = 1
    PERLDB_OPTS = RemotePort=todd:9000
    SHELL = /usr/bin/zsh
    TERM = xterm

Perl special variables (and OS-specific diagnostics, for MSWin32):

    Perl: $^X = /usr/bin/perl
    UID:  $<  = 0
    EUID: $>  = 0
    GID:  $(  = 0 0
    EGID: $)  = 0 0

Perl module toolchain versions installed:

    Module              Have   
    ------------------- -------
    CPAN                1.76_02
    Cwd                 3.12   
    ExtUtils::CBuilder  0.18   
    ExtUtils::Command   1.09   
    ExtUtils::Install   1.33   
    ExtUtils::MakeMaker 6.30_01
    ExtUtils::Manifest  1.46   
    ExtUtils::ParseXS   2.18   
    File::Spec          3.12   
    Module::Build       0.26   
    Module::Signature   0.55   
    Test::Harness       2.56   
    Test::More          0.62   
    version             0.7203 

------------------------------
TEST OUTPUT
------------------------------

Output from '/usr/bin/make test':

/usr/bin/perl "-Iinc" Makefile.PL --config= --installdeps=HTML::Element,3.22
Cannot determine perl version info from lib/HTML/Widget.pm

*** Since we're running under CPANPLUS, I'll just let it take care
    of the dependency's installation later.
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 
'inc', 'blib/lib', 'blib/arch')" t/01use.t t/02pod.t t/03podcoverage.t 
t/04basic.t t/05strict.t t/06bugs_ascii_space.t 
t/06bugs_callbackone_missing_param.t t/06bugs_constraint_range_zero_max.t 
t/06bugs_constraint_range_zero_min.t t/06bugs_in_value_empty.t 
t/06bugs_name_regex_chars.t t/06bugs_result_elements_warnings.t 
t/06bugs_result_params_multiple.t t/06bugs_select_empty_options.t 
t/06bugs_select_zero_key_constraint.t t/06bugs_value_empty_string.t 
t/06bugs_value_no_default.t t/06bugs_value_zero.t 
t/06bugs_widget_get_elements.t t/06bugs_widget_name_zero.t 
t/06bugs_xml_escape.t t/06bugs_zero_value_xml.t t/06bugs_zero_xml.t 
t/07custom_render.t t/08constraint_all.t t/08empty_errors.t t/08filter_all.t 
t/09nested_embed.t t/10explicit_ids.t t/10no_name.t t/attributes.t 
t/constraint_all.t t/constraint_allornone.t t/constraint_any.t 
t/constraint_ascii.t t/constraint_bool.t t/constraint_callback.t t/cons!
 traint_callbackonce.t t/constraint_custom_namespace.t t/constraint_date.t 
t/constraint_datetime.t t/constraint_dependon.t t/constraint_email.t 
t/constraint_equal.t t/constraint_http.t t/constraint_in.t 
t/constraint_integer.t t/constraint_length.t t/constraint_number.t 
t/constraint_printable.t t/constraint_range.t t/constraint_regex.t 
t/constraint_singlevalue.t t/constraint_string.t t/constraint_time.t 
t/element_block.t t/element_button.t t/element_button_tag.t 
t/element_checkbox.t t/element_custom_namespace.t t/element_hidden.t 
t/element_password.t t/element_radio.t t/element_radiogroup.t 
t/element_radiogroup_constrain_values.t t/element_reset.t t/element_select.t 
t/element_select_constrain_options.t t/element_span.t t/element_submit.t 
t/element_textarea.t t/element_textfield.t t/element_upload.t 
t/filter_callback.t t/filter_htmlescape.t t/filter_htmlstrip.t 
t/filter_lowercase.t t/filter_trimedges.t t/filter_uppercase.t 
t/filter_whitespace.t t/get_constraint.t t/get_constra!
 ints.t t/get_element.t t/get_elements.t t/get_errors.t t/get_f!
 ilter.t 
t/get_filters.t t/result_add_error.t t/retain_default.t t/submitted.t
t/01use..................................ok
t/02pod..................................skipped
        all skipped: set TEST_POD to enable this test
t/03podcoverage..........................skipped
        all skipped: set TEST_POD to enable this test
t/04basic................................ok
t/05strict...............................ok
t/06bugs_ascii_space.....................ok
t/06bugs_callbackone_missing_param.......ok
t/06bugs_constraint_range_zero_max.......ok
t/06bugs_constraint_range_zero_min.......ok
t/06bugs_in_value_empty..................ok
t/06bugs_name_regex_chars................ok
t/06bugs_result_elements_warnings........ok
t/06bugs_result_params_multiple..........ok
t/06bugs_select_empty_options............ok
t/06bugs_select_zero_key_constraint......ok
t/06bugs_value_empty_string..............ok
t/06bugs_value_no_default................ok
t/06bugs_value_zero......................ok
t/06bugs_widget_get_elements.............ok
t/06bugs_widget_name_zero................ok
t/06bugs_xml_escape......................
#   Failed test 'utf-8 character ok'
#   at t/06bugs_xml_escape.t line 24.
#                   '<form id="widget" method="post"><fieldset 
class="widget_fieldset"><input class="textfield" id="widget_foo" name="foo" 
type="text" value="&#233;" /><input class="hidden" id="widget_bar" name="bar" 
type="hidden" value="&#34; foo &#62;" /></fieldset></form>
# '
#     doesn't match '(?-xism:value="é")'
# Looks like you failed 1 test of 2.
dubious
        Test returned status 1 (wstat 256, 0x100)
DIED. FAILED test 1
        Failed 1/2 tests, 50.00% okay
t/06bugs_zero_value_xml..................ok
t/06bugs_zero_xml........................ok
t/07custom_render........................ok
t/08constraint_all.......................ok
t/08empty_errors.........................ok
t/08filter_all...........................ok
t/09nested_embed.........................ok
t/10explicit_ids.........................ok
t/10no_name..............................ok
t/attributes.............................ok
t/constraint_all.........................ok
t/constraint_allornone...................ok
t/constraint_any.........................ok
t/constraint_ascii.......................ok
t/constraint_bool........................ok
t/constraint_callback....................ok
t/constraint_callbackonce................ok
t/constraint_custom_namespace............ok
t/constraint_date........................ok
t/constraint_datetime....................ok
t/constraint_dependon....................ok
t/constraint_email.......................ok
t/constraint_equal.......................ok
        2/19 skipped: various reasons
t/constraint_http........................

--

Summary of my perl5 (revision 5 version 8 subversion 8) configuration:
  Platform:
    osname=linux, osvers=2.6.15.7, archname=i486-linux-gnu-thread-multi
    uname='linux rothera 2.6.15.7 #1 smp sat sep 30 10:21:42 utc 2006 i686 
gnulinux '
    config_args='-Dusethreads -Duselargefiles -Dccflags=-DDEBIAN 
-Dcccdlflags=-fPIC -Darchname=i486-linux-gnu -Dprefix=/usr 
-Dprivlib=/usr/share/perl/5.8 -Darchlib=/usr/lib/perl/5.8 -Dvendorprefix=/usr 
-Dvendorlib=/usr/share/perl5 -Dvendorarch=/usr/lib/perl5 
-Dsiteprefix=/usr/local -Dsitelib=/usr/local/share/perl/5.8.8 
-Dsitearch=/usr/local/lib/perl/5.8.8 -Dman1dir=/usr/share/man/man1 
-Dman3dir=/usr/share/man/man3 -Dsiteman1dir=/usr/local/man/man1 
-Dsiteman3dir=/usr/local/man/man3 -Dman1ext=1 -Dman3ext=3perl 
-Dpager=/usr/bin/sensible-pager -Uafs -Ud_csh -Uusesfio -Uusenm -Duseshrplib 
-Dlibperl=libperl.so.5.8.8 -Dd_dosuid -des'
    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=undef use64bitall=undef uselongdouble=undef
    usemymalloc=n, bincompat5005=undef
  Compiler:
    cc='cc', ccflags ='-D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -DDEBIAN 
-fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64',
    optimize='-O2',
    cppflags='-D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -DDEBIAN 
-fno-strict-aliasing -pipe -I/usr/local/include'
    ccversion='', gccversion='4.1.2 (Ubuntu 4.1.2-0ubuntu4)', 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, prototype=define
  Linker and Libraries:
    ld='cc', ldflags =' -L/usr/local/lib'
    libpth=/usr/local/lib /lib /usr/lib
    libs=-lgdbm -lgdbm_compat -ldb -ldl -lm -lpthread -lc -lcrypt
    perllibs=-ldl -lm -lpthread -lc -lcrypt
    libc=/lib/libc-2.5.so, so=so, useshrplib=true, libperl=libperl.so.5.8.8
    gnulibc_version='2.5'
  Dynamic Linking:
    dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-Wl,-E'
    cccdlflags='-fPIC', lddlflags='-shared -L/usr/local/lib'

Reply via email to