PATH=/usr/bin:/bin:/Users/fly2400/cpanfly-5.24/var/megalib/bin Start 2019-06-16T02:00:59 ActivePerl-2400 CPAN-2.10 Reading '/Users/fly2400/cpanfly-5.24/var/cpan/Metadata' Database was generated on Sat, 15 Jun 2019 05:41:02 GMT Checksum for /Users/fly2400/cpanfly-5.24/var/cpan/sources/authors/id/S/SH/SHLOMIF/WWW-Form-1.20.tar.gz ok WWW-Form-1.20 WWW-Form-1.20/README WWW-Form-1.20/Changes WWW-Form-1.20/LICENSE WWW-Form-1.20/t WWW-Form-1.20/t/pod.t WWW-Form-1.20/dist.ini WWW-Form-1.20/META.yml WWW-Form-1.20/MANIFEST WWW-Form-1.20/Build.PL WWW-Form-1.20/README.md WWW-Form-1.20/dist.ini~ WWW-Form-1.20/t/regex.t WWW-Form-1.20/t/dummy.t WWW-Form-1.20/t/regex.t~ WWW-Form-1.20/t/00-load.t WWW-Form-1.20/Makefile.PL WWW-Form-1.20/t/html-gen.t WWW-Form-1.20/t/get_field.t WWW-Form-1.20/t/set_fields.t WWW-Form-1.20/t/00-compile.t WWW-Form-1.20/lib/WWW WWW-Form-1.20/lib/WWW/Form.pm WWW-Form-1.20/lib/WWW/Form.pm~ WWW-Form-1.20/t/pod-coverage.t WWW-Form-1.20/t/html-form-gen.t WWW-Form-1.20/t/validate-email.t WWW-Form-1.20/t/hidden-elements.t WWW-Form-1.20/t/distro_integrity.t WWW-Form-1.20/examples WWW-Form-1.20/examples/form_test.pl WWW-Form-1.20/t/render_attributes.t WWW-Form-1.20/t/lib WWW-Form-1.20/t/lib/CondTestMore.pm WWW-Form-1.20/t/author-pod-syntax.t WWW-Form-1.20/inc/Test/Run WWW-Form-1.20/inc/Test/Run/Builder.pm WWW-Form-1.20/t/author-pod-coverage.t WWW-Form-1.20/t/release-cpan-changes.t WWW-Form-1.20/lib/WWW/FieldValidator.pm WWW-Form-1.20/lib/WWW/FieldValidator.pm~ WWW-Form-1.20/t/release-trailing-space.t Configuring S/SH/SHLOMIF/WWW-Form-1.20.tar.gz with Makefile.PL >>> /Users/fly2400/ap2400-300558/bin/perl-dynamic Makefile.PL Checking if your kit is complete... Looks good Have /Users/fly2400/cpanfly-5.24/var/megalib Want /Users/fly2400/ap2400-300558/lib Your perl and your Config.pm seem to have different ideas about the architecture they are running on. Perl thinks: [megalib] Config says: [darwin-thread-multi-2level] This may or may not cause problems. Please check your installation of perl if you have problems building this extension. Generating a Unix-style Makefile Writing Makefile for WWW::Form Writing MYMETA.yml and MYMETA.json SHLOMIF/WWW-Form-1.20.tar.gz /Users/fly2400/ap2400-300558/bin/perl-dynamic Makefile.PL -- OK Running make for S/SH/SHLOMIF/WWW-Form-1.20.tar.gz >>> make cp lib/WWW/FieldValidator.pm blib/lib/WWW/FieldValidator.pm cp lib/WWW/Form.pm blib/lib/WWW/Form.pm Manifying 2 pod documents SHLOMIF/WWW-Form-1.20.tar.gz make -- OK Running make test >>> make test TEST_VERBOSE=1 PERL_DL_NONLAZY=1 "/Users/fly2400/ap2400-300558/bin/perl-dynamic" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(1, 'blib/lib', 'blib/arch')" t/*.t t/00-compile.t .............. 1..2 ok 1 - WWW/FieldValidator.pm loaded ok ok 2 - WWW/Form.pm loaded ok ok t/00-load.t ................. 1..1 ok 1 - use WWW::Form; ok t/author-pod-coverage.t ..... skipped: these tests are for testing by the author t/author-pod-syntax.t ....... skipped: these tests are for testing by the author t/distro_integrity.t ........ 1..1 ok 1 - README exists ok t/dummy.t ................... 1..1 # Running under perl version 5.024000 for darwin # Current time local: Sun Jun 16 02:01:02 2019 # Current time GMT: Sun Jun 16 09:01:02 2019 # Using Test.pm version 1.26 ok 1 ok t/get_field.t ............... 1..3 ok 1 - getfield-label ok 2 - getfield-text ok 3 - getfield-defaultValue ok t/hidden-elements.t ......... 1..1 ok 1 - Expecting a display:none default row HTML ok t/html-form-gen.t ........... 1..2 ok 1 ok 2 ok t/html-gen.t ................ 1..5 ok 1 - Textarea HTML Escape ok 2 - First Name HTML Fetch ok 3 - First Name Escaping Test ok 4 - Checkbox Unset Value ok 5 - Checkbox Set Value ok t/pod-coverage.t ............ 1..2 ok 1 - Pod coverage on WWW::FieldValidator ok 2 - Pod coverage on WWW::Form ok t/pod.t ..................... 1..2 ok 1 - POD test for blib/lib/WWW/FieldValidator.pm ok 2 - POD test for blib/lib/WWW/Form.pm ok t/regex.t ................... 1..11 ok 1 - Not donkey ok 2 - Not empty string ok 3 - Not double digit ok 4 - Not negative int ok 5 - 0 is fine ok 6 - 1 is fine ok 7 - 2 is fine ok 8 - 3 is fine ok 9 - 4 is fine ok 10 - 5 is fine ok 11 - Not 6 ok t/release-cpan-changes.t .... skipped: these tests are for release candidate testing t/release-trailing-space.t .. skipped: these tests are for release candidate testing t/render_attributes.t ....... 1..6 ok 1 - use WWW::Form; ok 2 - Initialization ok 3 - Simple Attribute Rendering ok 4 - Attribute Rendering with Ampersand (& -> &) ok 5 - Attribute Rendering with Double Quotes (" -> ") ok 6 - Attribute Rendering with < and > Signs ok t/set_fields.t .............. 1..33 ok 1 - use WWW::Form; ok 2 - simple-fn-label ok 3 - simple-fn-dv ok 4 - simple-fn-type ok 5 - simple-comments-label ok 6 - simple-comments-dv ok 7 - simple-comments-type ok 8 - non-existent-fn-label ok 9 - non-existent-fn-dv ok 10 - non-existent-fn-type ok 11 - non-existent-comments-label ok 12 - non-existent-comments-dv ok 13 - non-existent-comments-type ok 14 - non-existent-non-existent ok 15 - hint-fn-label ok 16 - hint-fn-dv ok 17 - hint-fn-type ok 18 - hint-comments-label ok 19 - hint-comments-dv ok 20 - hint-comments-type ok 21 - hint-fn-hint ok 22 - hint-comments-hint ok 23 ok 24 ok 25 ok 26 ok 27 ok 28 - _getFieldInitParams() does not touches the $self->{fields} hash ok 29 ok 30 ok 31 ok 32 ok 33 ok t/validate-email.t .......... 1..3 ok 1 - email validator initialised ok 2 - Email 1 ok 3 - Email with hyphens ok All tests successful. Files=18, Tests=73, 2 wallclock secs ( 0.05 usr 0.03 sys + 1.38 cusr 0.19 csys = 1.65 CPU) Result: PASS SHLOMIF/WWW-Form-1.20.tar.gz make test TEST_VERBOSE=1 -- OK Fetching with LWP: http://ppm.activestate.com/CPAN/authors/id/S/SH/SHLOMIF/CHECKSUMS Shlomi Fish <shlomif@shlomifish.org> Object-oriented module for HTML form input validation and display >>> (cd /Users/fly2400/cpanfly-5.24/var/tmp/cpan_build/WWW-Form-1.20-Uz4SwD && tar cvf - WWW-Form-1.20.ppd blib) | gzip -c >/Users/fly2400/cpanfly-5.24/var/REPO/S/SH/SHLOMIF/WWW-Form-1.20.tar.gz WWW-Form-1.20.ppd blib/ blib/lib/ blib/lib/WWW/ blib/lib/WWW/FieldValidator.pm blib/lib/WWW/Form.pm blib/man3/ blib/man3/WWW::FieldValidator.3 blib/man3/WWW::Form.3 Finished 2019-06-16T02:01:03