PATH=/usr/bin:/bin:/home/fly2000/var/megalib/bin Start 2014-11-06T20:45:17 ActivePerl-2000 CPAN-2.00 Reading '/home/fly2000/var/cpan/Metadata' Database was generated on Fri, 07 Nov 2014 03:17:02 GMT Running make for D/DM/DMUEY/XML-Atom-App-v0.0.5.tar.gz Fetching with LWP: http://cpan.nas1.activestate.com/authors/id/D/DM/DMUEY/XML-Atom-App-v0.0.5.tar.gz Checksum for /home/fly2000/var/cpan/sources/authors/id/D/DM/DMUEY/XML-Atom-App-v0.0.5.tar.gz ok XML-Atom-App-v0.0.5/ XML-Atom-App-v0.0.5/Build.PL XML-Atom-App-v0.0.5/Changes XML-Atom-App-v0.0.5/lib/ XML-Atom-App-v0.0.5/lib/XML/ XML-Atom-App-v0.0.5/lib/XML/Atom/ XML-Atom-App-v0.0.5/lib/XML/Atom/App.pm XML-Atom-App-v0.0.5/Makefile.PL XML-Atom-App-v0.0.5/MANIFEST XML-Atom-App-v0.0.5/META.yml XML-Atom-App-v0.0.5/README XML-Atom-App-v0.0.5/t/ XML-Atom-App-v0.0.5/t/00.load.t XML-Atom-App-v0.0.5/t/01.new.t XML-Atom-App-v0.0.5/t/02.alert_cant.t XML-Atom-App-v0.0.5/t/03.rfc3339.t XML-Atom-App-v0.0.5/t/04.particles.t XML-Atom-App-v0.0.5/t/05.contributor.t XML-Atom-App-v0.0.5/t/06.source.t XML-Atom-App-v0.0.5/t/perlcritic.t XML-Atom-App-v0.0.5/t/pod-coverage.t XML-Atom-App-v0.0.5/t/pod.t CPAN.pm: Building D/DM/DMUEY/XML-Atom-App-v0.0.5.tar.gz >>> /home/fly2000/ap2000-298540/bin/perl-static Makefile.PL Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for XML::Atom::App Writing MYMETA.yml and MYMETA.json >>> make cp lib/XML/Atom/App.pm blib/lib/XML/Atom/App.pm Manifying 1 pod document DMUEY/XML-Atom-App-v0.0.5.tar.gz make -- OK Running make test >>> make test TEST_VERBOSE=1 PERL_DL_NONLAZY=1 "/home/fly2000/ap2000-298540/bin/perl-static" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(1, 'blib/lib', 'blib/arch')" t/*.t # Testing XML::Atom::App 0.0.5 t/00.load.t ......... 1..1 ok 1 - use XML::Atom::App; ok # Testing XML::Atom::App 0.0.5 t/01.new.t .......... 1..13 ok 1 - use XML::Atom::App; ok 2 - id key new() ok 3 - title key new() ok 4 - default rel=self new() ok 5 - clear_particles() only removes entries) ok 6 - ref type new() ok 7 - Default to Atom 1.0 ok 8 - Version key in new() ok 9 - no alert_cant key in new() ok 10 - invalid alert_cant key in new() ok 11 - valid alert_cant key in new() ok 12 - no particles ok 13 - particles implies create_from_atomic_structure() ok # Testing XML::Atom::App 0.0.5 # Here comes a "Can't locate object method" carp(): Can't locate object method "this is a test" via package "this should be a thrown warning" at t/02.alert_cant.t line 11. t/02.alert_cant.t ... 1..3 ok 1 - use XML::Atom::App; ok 2 - default alert_cant() return ok ok 3 - custom alert_cant() ok # Testing XML::Atom::App 0.0.5 RFC 3339 date stringification t/03.rfc3339.t ...... 1..7 ok 1 - use XML::Atom::App; ok 2 - from array ref ok 3 - from DateTime object ok 4 - negative TZ offset ok 5 - no TZ offset ok 6 - positive TZ offset ok 7 - atom_date_string() alias ok # Testing XML::Atom::App 0.0.5 particle funtionality t/04.particles.t .... 1..8 ok 1 - use XML::Atom::App; ok 2 - empty intially ok 3 - has particles ok 4 - clear_particles() removes particles ok 5 - clear_particles() resets time key ok 6 - particles cleared ok ok 7 - do_not_clear_particles leaves existing in place ok 8 - output_with_headers() w/ arg ok # Testing XML::Atom::App 0.0.5 contributor functionality t/05.contributor.t .. 1..16 ok 1 - use XML::Atom::App; ok 2 - 'Feed contributor is a Person' isa 'XML::Atom::Person' ok 3 - Correct name is there ok 4 - empty intially ok 5 - has particles ok 6 - entry contributor name is correct. ok 7 - Feed contributor name is still there ok 8 - There are two feed contributors ok 9 - 'Feed contributor is a Person' isa 'XML::Atom::Person' ok 10 - 'Feed contributor is a Person' isa 'XML::Atom::Person' ok 11 - 0: feed Correct name is there ok 12 - 1: feed Correct name is there ok 13 - has particles ok 14 - There are two entry contributors ok 15 - 0: feed Correct name is there ok 16 - 1: feed Correct name is there ok # Testing XML::Atom::App 0.0.5 source functionality t/06.source.t ....... 1..7 ok 1 - use XML::Atom::App; ok 2 - An object of class 'XML::Atom::App' isa 'XML::Atom::App' ok 3 - An object of class 'XML::Atom::Entry' isa 'XML::Atom::Entry' ok 4 - source tag exists ok 5 - category is correct ok 6 - Rights are there. ok 7 - Author is there. ok t/perlcritic.t ...... skipped: $ENV{'do_perl_critic_tests'} must be true to run these 'development only' tests t/pod-coverage.t .... 1..1 ok 1 - Pod coverage on XML::Atom::App ok t/pod.t ............. 1..1 ok 1 - POD test for blib/lib/XML/Atom/App.pm ok All tests successful. Files=10, Tests=57, 6 wallclock secs ( 0.09 usr 0.04 sys + 5.21 cusr 0.75 csys = 6.09 CPU) Result: PASS DMUEY/XML-Atom-App-v0.0.5.tar.gz make test TEST_VERBOSE=1 -- OK Fetching with LWP: http://cpan.nas1.activestate.com/authors/id/D/DM/DMUEY/CHECKSUMS Picked up abstract from Makefile Daniel Muey <dmuey@cpan.org> quickly create small efficient scripts to syndicate via Atom >>> (cd /home/fly2000/var/cpan/build/XML-Atom-App-v0.0.5-xxqWhR && tar cvf - XML-Atom-App-v0.0.5.ppd blib) | gzip -c >/home/fly2000/var/REPO/D/DM/DMUEY/XML-Atom-App-v0.0.5.tar.gz XML-Atom-App-v0.0.5.ppd blib/ blib/man3/ blib/man3/XML::Atom::App.3 blib/lib/ blib/lib/XML/ blib/lib/XML/Atom/ blib/lib/XML/Atom/App.pm >>> mv /home/fly2000/var/cpan/build/XML-Atom-App-v0.0.5-xxqWhR/XML-Atom-App-v0.0.5.ppd /home/fly2000/var/REPO/D/DM/DMUEY VmSize: 309084 kB Finished 2014-11-06T20:45:28