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-FormFu-0.01005, created
automatically by CPAN::Reporter, version 0.48, 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.  Congratulations!
All tests were successful.

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  
    ------------------------------ ------ ------
    Carp                           0      1.04  
    Class::Accessor::Chained::Fast 0      0     
    Class::C3                      0      0.19  
    Config::Any                    0      0.08  
    Data::Visitor::Callback        0      0     
    Date::Calc                     0      5.4   
    DateTime::Format::Builder      0.7901 0.7901
    DateTime::Format::Strptime     0      1.0702
    DateTime::Locale               0      0.35  
    Email::Valid                   0      0.179 
    File::Copy                     0      2.09  
    File::Spec                     0      3.12  
    HTML::Scrubber                 0      0.08  
    HTML::TokeParser::Simple       0      3.15  
    List::MoreUtils                0      0.21  
    Locale::Maketext::Simple       0      0.18  
    Module::Pluggable              0      3.6   
    Regexp::Common                 0      2.120 
    Regexp::Copy                   0      0.06  
    Scalar::Util                   0      1.19  
    Storable                       2.05   2.16  
    Task::Weaken                   0      1.01  
    Template                       2.19   2.19  
    Test::NoWarnings               0      0.083 
    YAML::Syck                     0      0.96  

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

Environment variables:

    LANG = de_DE.UTF-8
    LC_CTYPE = de_DE.UTF-8
    LD_LIBRARY_PATH = /home/ss5/instantclient_10_2:
    PATH = 
/home/ss5/bin:/home/ss5/local/bin:/home/ss5/lenya/jdk1.5.0_09/bin:/usr/local/bin:/usr/local/bricolage/bin:/usr/local/bin:/usr/bin:/bin:/usr/games:/home/ss5/local/external_projects/xml-forrest/build/dist/shbat/bin:/var/lib/gems/1.8/bin/:/home/ss5/instantclient_10_2
    PERL5LIB = 
    PERL5_CPANPLUS_IS_RUNNING = 1
    PERL5_CPAN_IS_RUNNING = 1
    SHELL = /bin/bash
    TERM = xterm

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

    Perl: $^X = /home/ss5/kzvs/usr/local/bin/perl
    UID:  $<  = 1001
    EUID: $>  = 1001
    GID:  $(  = 1001 1001 110 46 30 29 26 25 24 21 20 4
    EGID: $)  = 1001 1001 110 46 30 29 26 25 24 21 20 4

Perl module toolchain versions installed:

    Module              Have  
    ------------------- ------
    CPAN                1.9102
    Cwd                 3.25  
    ExtUtils::CBuilder  0.19  
    ExtUtils::Command   1.13  
    ExtUtils::Install   1.41  
    ExtUtils::MakeMaker 6.36  
    ExtUtils::Manifest  1.51  
    ExtUtils::ParseXS   2.18  
    File::Spec          3.12  
    Module::Build       0.2808
    Module::Signature   0.55  
    Test::Harness       2.64  
    Test::More          0.70  
    version             0.7203

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

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

PERL_DL_NONLAZY=1 /home/ss5/kzvs/usr/local/bin/perl "-MExtUtils::Command::MM" 
"-e" "test_harness(0, 'inc', 'blib/lib', 'blib/arch')" t/*.t t/*/*.t
t/01use......................................ok
t/02pod......................................skipped
        all skipped: inc directory exists - skipping POD tests
t/04basic....................................ok
t/block_insert_after.........................ok
t/block_insert_before........................ok
t/bugs/circular_reference....................skipped
        all skipped: Test::Memory::Cycle required for testing circular 
references
t/bugs/constructor_arg_overwrites_default....ok
t/bugs/date_element_empty_input..............ok
t/bugs/element_class.........................ok
t/bugs/error_msg.............................ok
t/bugs/field_no_name.........................ok
t/bugs/filter_run_once.......................ok
t/bugs/name_regex_chars......................ok
t/bugs/result_params_multiple................ok
t/bugs/select_empty_options..................ok
t/bugs/submit_no_value.......................ok
t/bugs/submit_retain_default.................ok
t/bugs/value_empty_string....................ok
t/bugs/value_no_default......................ok
t/bugs/yaml_utf8.............................ok
t/constraint.................................ok
t/constraints/allornone......................ok
t/constraints/ascii..........................ok
t/constraints/autoset........................ok
t/constraints/autoset_group..................ok
t/constraints/bool...........................ok
t/constraints/callback.......................ok
t/constraints/callbackonce...................ok
t/constraints/constraint_when................ok
t/constraints/dependon.......................ok
t/constraints/email..........................ok
t/constraints/equal..........................ok
t/constraints/equal_internals................ok
t/constraints/integer........................ok
t/constraints/length.........................ok
t/constraints/localize.......................ok
t/constraints/maxlength......................ok
t/constraints/minlength......................ok
t/constraints/minmaxfields...................ok
t/constraints/not_equal......................ok
t/constraints/not_word.......................ok
t/constraints/number.........................ok
t/constraints/printable......................ok
t/constraints/range..........................ok
t/constraints/regex..........................ok
t/constraints/regex_common...................ok
t/constraints/required.......................ok
t/constraints/set............................ok
t/constraints/singlevalue....................ok
t/constraints/word...........................ok
t/constraints/xml............................ok
t/deflators/strftime.........................ok
t/element_setup..............................ok
t/elements/blank.............................ok
t/elements/block.............................ok
t/elements/button............................ok
t/elements/button_no_name....................ok
t/elements/checkbox..........................ok
t/elements/checkbox_force_default............ok
t/elements/checkbox_retain_default...........ok
t/elements/content_button....................ok
t/elements/date..............................ok
t/elements/fieldset..........................ok
t/elements/file..............................ok
t/elements/file_post.........................ok
t/elements/file_post_cgi_simple..............ok
t/elements/hidden............................ok
t/elements/hr................................ok
t/elements/image.............................ok
t/elements/multi.............................ok
t/elements/multi_errors......................ok
t/elements/no_container_tag..................ok
t/elements/password..........................ok
t/elements/password_render_value.............ok
t/elements/password_retain_default...........ok
t/elements/radio.............................ok
t/elements/radio_force_default...............ok
t/elements/radio_retain_default..............ok
t/elements/radiogroup........................ok
t/elements/radiogroup_errors.................ok
t/elements/radiogroup_force_default..........ok
t/elements/radiogroup_id.....................ok
t/elements/radiogroup_retain_default.........ok
t/elements/radiogroup_subgroup...............ok
t/elements/reset.............................ok
t/elements/select............................ok
t/elements/select_force_default..............ok
t/elements/select_optgroup...................ok
t/elements/select_retain_default.............ok
t/elements/select_value_range................ok
t/elements/simple_table......................ok
t/elements/simple_table_class................ok
t/elements/simple_table_multiple.............ok
t/elements/src...............................ok
t/elements/submit............................ok
t/elements/text..............................ok
t/elements/text_attributes...................ok
t/elements/text_errors.......................ok
t/elements/text_force_default................ok
t/elements/text_retain_default...............ok
t/elements/textarea..........................ok
t/escaping...................................ok
t/examples/custom_label......................ok
t/examples/custom_label2.....................ok
t/examples/field_as..........................ok
t/examples/fields_as_list_items..............ok
t/field_accessor_loc.........................ok
t/field_change_name..........................ok
t/field_id...................................ok
t/filter.....................................ok
t/filters/all_by_default.....................ok
t/filters/callback...........................ok
t/filters/encode.............................ok
t/filters/htmlescape.........................ok
t/filters/htmlscrubber.......................ok
t/filters/lowercase..........................ok
t/filters/nonnumeric.........................ok
t/filters/trimedges..........................ok
t/filters/uppercase..........................ok
t/filters/whitespace.........................ok
t/force_errors...............................ok
t/force_errors/allornone.....................ok
t/force_errors/callbackonce..................ok
t/force_errors/dependon......................ok
t/force_errors/equal.........................ok
t/force_errors/integer.......................ok
t/force_errors/minmaxfields..................ok
t/form/add_render_class_args.................ok
t/form/add_valid.............................ok
t/form/add_valid_unknown.....................ok
t/form/attributes............................ok
t/form/auto_constraint_class.................ok
t/form/auto_error_class......................ok
t/form/auto_error_message....................ok
t/form/auto_fieldset.........................ok
t/form/auto_label............................ok
t/form/clone.................................ok
t/form/config_callback.......................ok
t/form/constraints_from_dbic.................ok
t/form/constraints_from_dbic_rs..............ok
t/form/element_defaults......................ok
t/form/end_form..............................ok
t/form/error_message.........................ok
t/form/force_error_message...................ok
t/form/get_all_elements......................ok
t/form/get_constraint........................ok
t/form/get_constraints.......................ok
t/form/get_deflator..........................ok
t/form/get_deflators.........................ok
t/form/get_element...........................ok
t/form/get_elements..........................ok
t/form/get_errors............................ok
t/form/get_field.............................ok
t/form/get_fields............................ok
t/form/get_filter............................ok
t/form/get_filters...........................ok
t/form/get_inflator..........................ok
t/form/get_inflators.........................ok
t/form/has_errors............................ok
t/form/hidden_fields.........................ok
t/form/insert_after..........................ok
t/form/javascript............................ok
t/form/javascript_src........................ok
t/form/multiple_same_named_fields............ok
t/form/param.................................ok
t/form/params................................ok
t/form/query.................................ok
t/form/render_processed_value................ok
t/form/start_form............................ok
t/form/stash.................................ok
t/form/submitted.............................ok
t/form/submitted_and_valid...................ok
t/form/valid.................................ok
t/inflators/datetime_optional................ok
t/inflators/datetime_parser..................ok
t/inflators/datetime_regex...................ok
t/inflators/datetime_strptime................ok
t/load_config_file...........................ok
t/load_config_file_constraint_regex..........ok
t/load_config_file_multiple..................ok
t/multiple_radiogroup_fields.................ok
t/multiple_select_fields.....................ok
t/multiple_text_fields.......................ok
t/output_processors/indent...................ok
t/output_processors/indent_internals.........ok
t/utils/append_xml_attribute.................ok
t/utils/has_xml_attribute....................ok
t/utils/remove_xml_attribute.................ok
t/validator..................................ok
All tests successful, 2 tests skipped.
Files=189, Tests=1090, 45 wallclock secs (41.10 cusr +  3.97 csys = 45.07 CPU)


--

Summary of my perl5 (revision 5 version 8 subversion 8) configuration:
  Platform:
    osname=linux, osvers=2.6.18-4-amd64, archname=x86_64-linux
    uname='linux aleph 2.6.18-4-amd64 #1 smp mon mar 26 11:36:53 cest 2007 
x86_64 gnulinux '
    config_args='-Duseshrplib'
    hint=recommended, useposix=true, d_sigaction=define
    usethreads=undef use5005threads=undef 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 -Wdeclaration-after-statement 
-I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64',
    optimize='-O2',
    cppflags='-fno-strict-aliasing -pipe -Wdeclaration-after-statement 
-I/usr/local/include'
    ccversion='', gccversion='4.1.2 20061115 (prerelease) (Debian 4.1.1-21)', 
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 /usr/lib64
    libs=-lnsl -lgdbm -ldb -ldl -lm -lcrypt -lutil -lc
    perllibs=-lnsl -ldl -lm -lcrypt -lutil -lc
    libc=/lib/libc-2.3.6.so, so=so, useshrplib=true, libperl=libperl.so
    gnulibc_version='2.3.6'
  Dynamic Linking:
    dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-Wl,-E 
-Wl,-rpath,/home/ss5/kzvs/usr/local/lib/perl5/5.8.8/x86_64-linux/CORE'
    cccdlflags='-fpic', lddlflags='-shared -L/usr/local/lib'

Reply via email to