PATH=C:\PlatSDK\Bin\Win64\x86\AMD64;C:\PlatSDK\Bin;C:\PlatSDK\Bin\WinNT;C:\Perl64-5.14\site\bin;C:\Perl64-5.14\bin;C:\cygwin\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\system32\WindowsPowerShell\v1.0;C:\Program Files (x86)\Perforce;C:\mysql\bin Start 2011-05-02T06:44:59 ActivePerl-1400 CPAN-1.9402 LIB=C:\PlatSDK\Lib\AMD64;C:\PlatSDK\Lib\AMD64\atlmfc INCLUDE=C:\PlatSDK\Include;C:\PlatSDK\Include\crt;C:\PlatSDK\Include\crt\sys;C:\PlatSDK\Include\mfc;C:\PlatSDK\Include\atl PATH=C:/CPANFL~1.14/var/libs/bin;C:\PlatSDK\Bin\Win64\x86\AMD64;C:\PlatSDK\Bin;C:\PlatSDK\Bin\WinNT;C:\Perl64-5.14\site\bin;C:\Perl64-5.14\bin;C:\cygwin\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\system32\WINDOW~1\v1.0;C:\PROGRA~2\Perforce;C:\mysql\bin Going to read 'C:\cpanfly-5.14\var\cpan\Metadata' Database was generated on Sun, 01 May 2011 22:29:11 GMT Running make for D/DM/DMUEY/XML-Atom-App-v0.0.5.tar.gz Fetching with LWP: http://cpan.nas.activestate.com/authors/id/D/DM/DMUEY/XML-Atom-App-v0.0.5.tar.gz Checksum for C:\cpanfly-5.14\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: Going to build D/DM/DMUEY/XML-Atom-App-v0.0.5.tar.gz >>> C:\Perl64-5.14\bin\perl.exe Makefile.PL Checking if your kit is complete... Looks good Writing Makefile for XML::Atom::App Writing MYMETA.yml >>> nmake Microsoft (R) Program Maintenance Utility Version 7.00.8882 Copyright (C) Microsoft Corp 1988-2000. All rights reserved. cp lib/XML/Atom/App.pm blib\lib\XML\Atom\App.pm DMUEY/XML-Atom-App-v0.0.5.tar.gz nmake -- OK Running make test >>> nmake test TEST_VERBOSE=1 Microsoft (R) Program Maintenance Utility Version 7.00.8882 Copyright (C) Microsoft Corp 1988-2000. All rights reserved. C:\Perl64-5.14\bin\perl.exe "-MExtUtils::Command::MM" "-e" "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 - The object isa XML::Atom::App ok 3 - The object 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, 4 wallclock secs ( 0.06 usr + 0.00 sys = 0.06 CPU) Result: PASS DMUEY/XML-Atom-App-v0.0.5.tar.gz nmake test TEST_VERBOSE=1 -- OK Fetching with LWP: http://cpan.nas.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 C:\cpanfly-5.14\var\cpan\build\XML-Atom-App-v0.0.5-FcLE4E && tar cvf - XML-Atom-App-v0.0.5.ppd blib) | gzip -c >C:/cpanfly-5.14/var/REPO/D/DM/DMUEY/XML-Atom-App-v0.0.5.tar.gz XML-Atom-App-v0.0.5.ppd blib/ blib/lib/ blib/lib/XML/ blib/lib/XML/Atom/ blib/lib/XML/Atom/App.pm >>> mv C:\cpanfly-5.14\var\cpan\build\XML-Atom-App-v0.0.5-FcLE4E/XML-Atom-App-v0.0.5.ppd C:/cpanfly-5.14/var/REPO/D/DM/DMUEY Finished 2011-05-02T06:45:09