Start 2009-06-15T08:08:41 ActivePerl-1003 CPAN-1.94 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:\PlatSDK\Bin\Win64\x86\AMD64;C:\PlatSDK\Bin;C:\PlatSDK\Bin\WinNT;C:\Perl64\site\bin;C:\Perl64\bin;C:\cygwin\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\PROGRA~2\Perforce\;C:\WINDOWS\system32\WINDOW~1\v1.0 Going to read 'C:\cpanfly\var\cpan\Metadata' Database was generated on Sat, 13 Jun 2009 09:27:03 GMT Running make for K/KI/KITTY/LJ-Schedule-0.6.tar.gz Checksum for C:\cpanfly\var\cpan\sources\authors\id\K\KI\KITTY\LJ-Schedule-0.6.tar.gz ok LJ-Schedule-0.6/ LJ-Schedule-0.6/Changes LJ-Schedule-0.6/lib/ LJ-Schedule-0.6/lib/LJ/ LJ-Schedule-0.6/lib/LJ/Schedule/ LJ-Schedule-0.6/lib/LJ/Schedule/Post/ LJ-Schedule-0.6/lib/LJ/Schedule/Post/Simple.pm LJ-Schedule-0.6/lib/LJ/Schedule/Post.pm LJ-Schedule-0.6/lib/LJ/Schedule/Vcal.pm LJ-Schedule-0.6/lib/LJ/Schedule.pm LJ-Schedule-0.6/Makefile.PL LJ-Schedule-0.6/MANIFEST LJ-Schedule-0.6/META.yml LJ-Schedule-0.6/README LJ-Schedule-0.6/t/ LJ-Schedule-0.6/t/00-load.t LJ-Schedule-0.6/t/01schedule.t LJ-Schedule-0.6/t/02vcal.t LJ-Schedule-0.6/t/boilerplate.t LJ-Schedule-0.6/t/pod-coverage.t LJ-Schedule-0.6/t/pod.t LJ-Schedule-0.6/t/test1.ini LJ-Schedule-0.6/t/test2.vcal LJ-Schedule-0.6/t/test2.vcal.dst LJ-Schedule-0.6/t/test2.vcal.ics CPAN.pm: Going to build K/KI/KITTY/LJ-Schedule-0.6.tar.gz >>> C:\Perl64\bin\perl.exe Makefile.PL Checking if your kit is complete... Looks good Writing Makefile for LJ::Schedule >>> nmake Microsoft (R) Program Maintenance Utility Version 7.00.8882 Copyright (C) Microsoft Corp 1988-2000. All rights reserved. cp lib/LJ/Schedule.pm blib\lib\LJ\Schedule.pm cp lib/LJ/Schedule/Post.pm blib\lib\LJ\Schedule\Post.pm cp lib/LJ/Schedule/Vcal.pm blib\lib\LJ\Schedule\Vcal.pm cp lib/LJ/Schedule/Post/Simple.pm blib\lib\LJ\Schedule\Post\Simple.pm KITTY/LJ-Schedule-0.6.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\bin\perl.exe "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib\lib', 'blib\arch')" t/*.t # Testing LJ::Schedule 0.6, Perl 5.010000, C:\Perl64\bin\perl.exe t/00-load.t ....... 1..4 ok 1 - use LJ::Schedule; ok 2 - use LJ::Schedule::Vcal; ok 3 - use LJ::Schedule::Post; ok 4 - use LJ::Schedule::Post::Simple; ok t/01schedule.t .... 1..7 ok 1 - use LJ::Schedule; ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok Unknown property for Data::ICal: tz at C:\cpanfly\var\cpan\build\LJ-Schedule-0.6-xeBVtu\blib\lib/LJ/Schedule/Vcal.pm line 94 Can't locate object method "entries" via package "Class::ReturnValue" at C:\cpanfly\var\cpan\build\LJ-Schedule-0.6-xeBVtu\blib\lib/LJ/Schedule/Vcal.pm line 99. # Looks like you planned 2 tests but ran 1. # Looks like your test exited with 255 just after 1. t/02vcal.t ........ 1..2 ok 1 - use LJ::Schedule::Vcal; Dubious, test returned 255 (wstat 65280, 0xff00) Failed 1/2 subtests t/boilerplate.t ... 1..6 ok 1 - README contains no boilerplate text ok 2 - Changes contains no boilerplate text ok 3 - lib/LJ/Schedule.pm contains no boilerplate text ok 4 - lib/LJ/Schedule/Vcal.pm contains no boilerplate text ok 5 - lib/LJ/Schedule/Post.pm contains no boilerplate text ok 6 - lib/LJ/Schedule/Post/Simple.pm contains no boilerplate text ok # Failed test 'Pod coverage on LJ::Schedule::Post' # at C:/cpanfly/var/megalib/Test/Pod/Coverage.pm line 126. # Coverage for LJ::Schedule::Post is 0.0%, with 5 naked subroutines: # do_summary_aliasing # lj_add_event # lj_add_week_break # new # output_cal_for_lj # Failed test 'Pod coverage on LJ::Schedule::Vcal' # at C:/cpanfly/var/megalib/Test/Pod/Coverage.pm line 126. # Coverage for LJ::Schedule::Vcal is 0.0%, with 6 naked subroutines: # evts # get_tval # is_single_day # new # prep_cal_for_lj # process_event # Failed test 'Pod coverage on LJ::Schedule::Post::Simple' # at C:/cpanfly/var/megalib/Test/Pod/Coverage.pm line 126. # Coverage for LJ::Schedule::Post::Simple is 0.0%, with 2 naked subroutines: # new # post_cal # Looks like you failed 3 tests of 4. t/pod-coverage.t .. 1..4 ok 1 - Pod coverage on LJ::Schedule not ok 2 - Pod coverage on LJ::Schedule::Post not ok 3 - Pod coverage on LJ::Schedule::Vcal not ok 4 - Pod coverage on LJ::Schedule::Post::Simple Dubious, test returned 3 (wstat 768, 0x300) Failed 3/4 subtests t/pod.t ........... 1..4 ok 1 - blib\lib\LJ\Schedule.pm ok 2 - blib\lib\LJ\Schedule\Post.pm ok 3 - blib\lib\LJ\Schedule\Vcal.pm ok 4 - blib\lib\LJ\Schedule\Post\Simple.pm ok Test Summary Report ------------------- t/02vcal.t (Wstat: 65280 Tests: 1 Failed: 0) Non-zero exit status: 255 Parse errors: Bad plan. You planned 2 tests but ran 1. t/pod-coverage.t (Wstat: 768 Tests: 4 Failed: 3) Failed tests: 2-4 Non-zero exit status: 3 Files=6, Tests=26, 3 wallclock secs ( 0.08 usr + 0.08 sys = 0.16 CPU) Result: FAIL Failed 2/6 test programs. 3/26 subtests failed. NMAKE : fatal error U1077: 'C:\Perl64\bin\perl.exe' : return code '0xff' Stop. KITTY/LJ-Schedule-0.6.tar.gz nmake test TEST_VERBOSE=1 -- NOT OK //hint// to see the cpan-testers results for installing this module, try: reports KITTY/LJ-Schedule-0.6.tar.gz Finished 2009-06-15T08:08:57