Start 2010-10-12T03:47:29 ActivePerl-1200 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.12/var/libs/bin;C:\PlatSDK\Bin\Win64\x86\AMD64;C:\PlatSDK\Bin;C:\PlatSDK\Bin\WinNT;C:\Perl64-5.12\site\bin;C:\Perl64-5.12\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.12\var\cpan\Metadata' Database was generated on Mon, 11 Oct 2010 21:30:29 GMT Running make for M/ME/MELO/Protocol-Notifo-0.002.tar.gz Fetching with LWP: http://cpan.nas.activestate.com/authors/id/M/ME/MELO/Protocol-Notifo-0.002.tar.gz Fetching with LWP: http://cpan.nas.activestate.com/authors/id/M/ME/MELO/CHECKSUMS Checksum for C:\cpanfly-5.12\var\cpan\sources\authors\id\M\ME\MELO\Protocol-Notifo-0.002.tar.gz ok Protocol-Notifo-0.002 Protocol-Notifo-0.002/README Protocol-Notifo-0.002/Changes Protocol-Notifo-0.002/LICENSE Protocol-Notifo-0.002/INSTALL Protocol-Notifo-0.002/dist.ini Protocol-Notifo-0.002/META.yml Protocol-Notifo-0.002/MANIFEST Protocol-Notifo-0.002/META.json Protocol-Notifo-0.002/weaver.ini Protocol-Notifo-0.002/Makefile.PL Protocol-Notifo-0.002/t Protocol-Notifo-0.002/t/01-basics.t Protocol-Notifo-0.002/t/data Protocol-Notifo-0.002/t/data/cfg1.rc Protocol-Notifo-0.002/t/data/cfg2.rc Protocol-Notifo-0.002/t/00-compile.t Protocol-Notifo-0.002/cover_db Protocol-Notifo-0.002/cover_db/css.js Protocol-Notifo-0.002/cover_db/cover.12 Protocol-Notifo-0.002/t/data/bad_cfg.rc Protocol-Notifo-0.002/cover_db/common.js Protocol-Notifo-0.002/cover_db/cover.css Protocol-Notifo-0.002/t/02-return_codes.t Protocol-Notifo-0.002/t/release-no-tabs.t Protocol-Notifo-0.002/t/release-distmeta.t Protocol-Notifo-0.002/cover_db/coverage.html Protocol-Notifo-0.002/lib/Protocol Protocol-Notifo-0.002/lib/Protocol/Notifo.pm Protocol-Notifo-0.002/t/release-pod-syntax.t Protocol-Notifo-0.002/t/03-send_notification.t Protocol-Notifo-0.002/t/release-pod-coverage.t Protocol-Notifo-0.002/cover_db/lib-Protocol-Notifo-pm.html Protocol-Notifo-0.002/cover_db/standardista-table-sorting.js Protocol-Notifo-0.002/cover_db/lib-Protocol-Notifo-pm--branch.html Protocol-Notifo-0.002/cover_db/lib-Protocol-Notifo-pm--condition.html Protocol-Notifo-0.002/cover_db/lib-Protocol-Notifo-pm--subroutine.html Protocol-Notifo-0.002/cover_db/structure Protocol-Notifo-0.002/cover_db/structure/6977706200f302b9e9fbef9220fb3a0f Protocol-Notifo-0.002/cover_db/structure/8f46e9027485e3ef88f237426c78064a Protocol-Notifo-0.002/cover_db/structure/a8fa68d4609dca49298c3a5dfae3116c Protocol-Notifo-0.002/cover_db/structure/bf67ff6d7394438df0f9e288ebd97613 Protocol-Notifo-0.002/cover_db/structure/fc823c0a8d04d33d603155f8edacae3d CPAN.pm: Going to build M/ME/MELO/Protocol-Notifo-0.002.tar.gz >>> C:\Perl64-5.12\bin\perl.exe Makefile.PL Checking if your kit is complete... Looks good Writing Makefile for Protocol::Notifo >>> nmake Microsoft (R) Program Maintenance Utility Version 7.00.8882 Copyright (C) Microsoft Corp 1988-2000. All rights reserved. cp lib/Protocol/Notifo.pm blib\lib\Protocol\Notifo.pm MELO/Protocol-Notifo-0.002.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.12\bin\perl.exe "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib\lib', 'blib\arch')" t/*.t t/00-compile.t ............ 1..1 ok 1 - Protocol::Notifo loaded ok ok t/01-basics.t ............. ok 1 - new() survived with a prodigal object ok 2 - ... which, by the way, looks defined ok 3 - ... and even of the proper type isa Protocol::Notifo ok 4 - ... good user in there ok 5 - ... and a nice little API key ok 6 - The API endpoint is alright ok 7 - ... and the authorization header is perfect ok 8 - ... without a newline at the end ok 9 - Use home_dir config file ok 10 - Build object ok with 't/data/cfg1.rc' ok 11 - ... with the expected attrs ok 12 - ... and it used the expected cfg file ok 13 - Build object ok with 't/data/cfg2.rc' ok 14 - ... with the expected attrs ok 15 - ... and it used the expected cfg file ok 16 - new() with missing user, expected exception ok 17 - new() with missing api_key, expected exception ok 18 - Bad cfg file croaks 1..18 ok t/02-return_codes.t ....... ok 1 - Parsed response lived ok 2 - ... data is as expected ok 3 - Parsed response lived ok 4 - ... data is as expected ok 5 - Parsed response lived ok 6 - ... data is as expected ok 7 - Parsed response lived ok 8 - ... data is as expected 1..8 ok t/03-send_notification.t .. ok 1 - new() survived with a prodigal object ok 2 - ... which, by the way, looks defined ok 3 - send_notification() survived (just msg) ok 4 - ... with the expected result ok 5 - send_notification() survived (msg and to) ok 6 - ... with the expected result ok 7 - send_notification() survived (msg, to, and label) ok 8 - ... with the expected result ok 9 - send_notification() survived (msg, to, label, and title) ok 10 - ... with the expected result ok 11 - send_notification() survived (all arguments) ok 12 - ... with the expected result ok 13 - send_notification() survived (undef arg) ok 14 - ... with the expected result ok 15 - Missing 'msg' parameter 1..15 ok t/release-distmeta.t ...... skipped: these tests are for release candidate testing t/release-no-tabs.t ....... skipped: these tests are for release candidate testing t/release-pod-coverage.t .. skipped: these tests are for release candidate testing t/release-pod-syntax.t .... skipped: these tests are for release candidate testing All tests successful. Files=8, Tests=42, 1 wallclock secs ( 0.02 usr + 0.03 sys = 0.05 CPU) Result: PASS MELO/Protocol-Notifo-0.002.tar.gz nmake test TEST_VERBOSE=1 -- OK Pedro Melo <melo@cpan.org> utilities to build requests for the notifo.com service >>> (cd C:\cpanfly-5.12\var\cpan\build\Protocol-Notifo-0.002-1E3uX7 && tar cvf - Protocol-Notifo-0.002.ppd blib) | gzip -c >C:/cpanfly-5.12/var/REPO/M/ME/MELO/Protocol-Notifo-0.002.tar.gz Protocol-Notifo-0.002.ppd blib/ blib/lib/ blib/lib/Protocol/ blib/lib/Protocol/Notifo.pm >>> mv C:\cpanfly-5.12\var\cpan\build\Protocol-Notifo-0.002-1E3uX7/Protocol-Notifo-0.002.ppd C:/cpanfly-5.12/var/REPO/M/ME/MELO Finished 2010-10-12T03:47:35