Start 2010-08-24T22:19:08 ActivePerl-1003 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:/cpanfly/var/libs/bin;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:\WINDOWS\system32\WINDOW~1\v1.0;C:\PROGRA~2\Perforce;C:\mysql\bin Going to read 'C:\cpanfly\var\cpan\Metadata' Database was generated on Tue, 24 Aug 2010 21:29:42 GMT Running make for S/SM/SMUELLER/Text-FindIndent-0.09.tar.gz Fetching with LWP: http://cpan.nas.activestate.com/authors/id/S/SM/SMUELLER/Text-FindIndent-0.09.tar.gz Fetching with LWP: http://cpan.nas.activestate.com/authors/id/S/SM/SMUELLER/CHECKSUMS Checksum for C:\cpanfly\var\cpan\sources\authors\id\S\SM\SMUELLER\Text-FindIndent-0.09.tar.gz ok Will not use Archive::Tar, need 1.00 Text-FindIndent-0.09/ Text-FindIndent-0.09/inc/ Text-FindIndent-0.09/inc/Module/ Text-FindIndent-0.09/inc/Module/Install.pm Text-FindIndent-0.09/inc/Module/Install/ Text-FindIndent-0.09/inc/Module/Install/DSL.pm Text-FindIndent-0.09/inc/Module/Install/Base.pm Text-FindIndent-0.09/inc/Module/Install/Fetch.pm Text-FindIndent-0.09/inc/Module/Install/Can.pm Text-FindIndent-0.09/inc/Module/Install/WriteAll.pm Text-FindIndent-0.09/inc/Module/Install/Makefile.pm Text-FindIndent-0.09/inc/Module/Install/Win32.pm Text-FindIndent-0.09/inc/Module/Install/Metadata.pm Text-FindIndent-0.09/Changes Text-FindIndent-0.09/Makefile.PL Text-FindIndent-0.09/LICENSE Text-FindIndent-0.09/t/ Text-FindIndent-0.09/t/data/ Text-FindIndent-0.09/t/data/spaces4_3.txt Text-FindIndent-0.09/t/data/mixed3_1.txt Text-FindIndent-0.09/t/data/spaces6_1.txt Text-FindIndent-0.09/t/data/mixed5_1.txt Text-FindIndent-0.09/t/data/spaces4_2.txt Text-FindIndent-0.09/t/data/spaces3_1.txt Text-FindIndent-0.09/t/data/spaces4_4.txt Text-FindIndent-0.09/t/data/mixed4_2.txt Text-FindIndent-0.09/t/data/spaces5_1.txt Text-FindIndent-0.09/t/data/mixed7_2.txt Text-FindIndent-0.09/t/data/spaces3_2.txt Text-FindIndent-0.09/t/data/tabs8_3.txt Text-FindIndent-0.09/t/data/mixed4_1.txt Text-FindIndent-0.09/t/data/tabs8_1.txt Text-FindIndent-0.09/t/data/tabs8_2.txt Text-FindIndent-0.09/t/data/spaces3_3.txt Text-FindIndent-0.09/t/data/unknown_1.txt Text-FindIndent-0.09/t/data/spaces4_1.txt Text-FindIndent-0.09/t/data/tabs8_1_skippod.txt Text-FindIndent-0.09/t/data/mixed7_1.txt Text-FindIndent-0.09/t/data/spaces2_1.txt Text-FindIndent-0.09/t/02_check_indentation.t Text-FindIndent-0.09/t/01_compile.t Text-FindIndent-0.09/MANIFEST Text-FindIndent-0.09/README Text-FindIndent-0.09/META.yml Text-FindIndent-0.09/lib/ Text-FindIndent-0.09/lib/Text/ Text-FindIndent-0.09/lib/Text/FindIndent.pm CPAN.pm: Going to build S/SM/SMUELLER/Text-FindIndent-0.09.tar.gz >>> C:\Perl64\bin\perl.exe Makefile.PL Checking if your kit is complete... Looks good Writing Makefile for Text::FindIndent >>> nmake Microsoft (R) Program Maintenance Utility Version 7.00.8882 Copyright (C) Microsoft Corp 1988-2000. All rights reserved. cp lib/Text/FindIndent.pm blib\lib\Text\FindIndent.pm SMUELLER/Text-FindIndent-0.09.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, 'inc', 'blib\lib', 'blib\arch')" t/*.t t/01_compile.t ............ 1..2 ok 1 - Perl version is new enough ok 2 - use Text::FindIndent; ok t/02_check_indentation.t .. 1..63 ok 1 - slurped file 'data\mixed5_1.txt' ok 2 - Text::FindIndent->parse(data\mixed5_1.txt) returns something ok 3 - Text::FindIndent->parse(data\mixed5_1.txt) returns correct result (skip_pod => 0) ok 4 - slurped file 'data\spaces4_1.txt' ok 5 - Text::FindIndent->parse(data\spaces4_1.txt) returns something ok 6 - Text::FindIndent->parse(data\spaces4_1.txt) returns correct result (skip_pod => 0) ok 7 - slurped file 'data\spaces4_2.txt' ok 8 - Text::FindIndent->parse(data\spaces4_2.txt) returns something ok 9 - Text::FindIndent->parse(data\spaces4_2.txt) returns correct result (skip_pod => 0) ok 10 - slurped file 'data\spaces4_3.txt' ok 11 - Text::FindIndent->parse(data\spaces4_3.txt) returns something ok 12 - Text::FindIndent->parse(data\spaces4_3.txt) returns correct result (skip_pod => 0) ok 13 - slurped file 'data\spaces4_4.txt' ok 14 - Text::FindIndent->parse(data\spaces4_4.txt) returns something ok 15 - Text::FindIndent->parse(data\spaces4_4.txt) returns correct result (skip_pod => 0) ok 16 - slurped file 'data\mixed3_1.txt' ok 17 - Text::FindIndent->parse(data\mixed3_1.txt) returns something ok 18 - Text::FindIndent->parse(data\mixed3_1.txt) returns correct result (skip_pod => 0) ok 19 - slurped file 'data\tabs8_1.txt' ok 20 - Text::FindIndent->parse(data\tabs8_1.txt) returns something ok 21 - Text::FindIndent->parse(data\tabs8_1.txt) returns correct result (skip_pod => 0) ok 22 - slurped file 'data\tabs8_1_skippod.txt' ok 23 - Text::FindIndent->parse(data\tabs8_1_skippod.txt) returns something ok 24 - Text::FindIndent->parse(data\tabs8_1_skippod.txt) returns correct result (skip_pod => 1) ok 25 - slurped file 'data\tabs8_2.txt' ok 26 - Text::FindIndent->parse(data\tabs8_2.txt) returns something ok 27 - Text::FindIndent->parse(data\tabs8_2.txt) returns correct result (skip_pod => 0) ok 28 - slurped file 'data\tabs8_3.txt' ok 29 - Text::FindIndent->parse(data\tabs8_3.txt) returns something ok 30 - Text::FindIndent->parse(data\tabs8_3.txt) returns correct result (skip_pod => 0) ok 31 - slurped file 'data\mixed4_1.txt' ok 32 - Text::FindIndent->parse(data\mixed4_1.txt) returns something ok 33 - Text::FindIndent->parse(data\mixed4_1.txt) returns correct result (skip_pod => 0) ok 34 - slurped file 'data\mixed4_2.txt' ok 35 - Text::FindIndent->parse(data\mixed4_2.txt) returns something ok 36 - Text::FindIndent->parse(data\mixed4_2.txt) returns correct result (skip_pod => 0) ok 37 - slurped file 'data\spaces6_1.txt' ok 38 - Text::FindIndent->parse(data\spaces6_1.txt) returns something ok 39 - Text::FindIndent->parse(data\spaces6_1.txt) returns correct result (skip_pod => 0) ok 40 - slurped file 'data\spaces5_1.txt' ok 41 - Text::FindIndent->parse(data\spaces5_1.txt) returns something ok 42 - Text::FindIndent->parse(data\spaces5_1.txt) returns correct result (skip_pod => 0) ok 43 - slurped file 'data\spaces2_1.txt' ok 44 - Text::FindIndent->parse(data\spaces2_1.txt) returns something ok 45 - Text::FindIndent->parse(data\spaces2_1.txt) returns correct result (skip_pod => 0) ok 46 - slurped file 'data\unknown_1.txt' ok 47 - Text::FindIndent->parse(data\unknown_1.txt) returns something ok 48 - Text::FindIndent->parse(data\unknown_1.txt) returns correct result (skip_pod => 0) ok 49 - slurped file 'data\mixed7_1.txt' ok 50 - Text::FindIndent->parse(data\mixed7_1.txt) returns something ok 51 - Text::FindIndent->parse(data\mixed7_1.txt) returns correct result (skip_pod => 0) ok 52 - slurped file 'data\mixed7_2.txt' ok 53 - Text::FindIndent->parse(data\mixed7_2.txt) returns something ok 54 - Text::FindIndent->parse(data\mixed7_2.txt) returns correct result (skip_pod => 0) ok 55 - slurped file 'data\spaces3_1.txt' ok 56 - Text::FindIndent->parse(data\spaces3_1.txt) returns something ok 57 - Text::FindIndent->parse(data\spaces3_1.txt) returns correct result (skip_pod => 0) ok 58 - slurped file 'data\spaces3_2.txt' ok 59 - Text::FindIndent->parse(data\spaces3_2.txt) returns something ok 60 - Text::FindIndent->parse(data\spaces3_2.txt) returns correct result (skip_pod => 0) ok 61 - slurped file 'data\spaces3_3.txt' ok 62 - Text::FindIndent->parse(data\spaces3_3.txt) returns something ok 63 - Text::FindIndent->parse(data\spaces3_3.txt) returns correct result (skip_pod => 0) ok All tests successful. Files=2, Tests=65, 1 wallclock secs ( 0.03 usr + 0.00 sys = 0.03 CPU) Result: PASS SMUELLER/Text-FindIndent-0.09.tar.gz nmake test TEST_VERBOSE=1 -- OK Steffen Mueller <smueller@cpan.org> Heuristically determine the indent style >>> (cd C:\cpanfly\var\cpan\build\Text-FindIndent-0.09-xKu3X5 && tar cvf - Text-FindIndent-0.09.ppd blib) | gzip -c >C:/cpanfly/var/REPO/S/SM/SMUELLER/Text-FindIndent-0.09.tar.gz Text-FindIndent-0.09.ppd blib/ blib/lib/ blib/lib/Text/ blib/lib/Text/FindIndent.pm >>> mv C:\cpanfly\var\cpan\build\Text-FindIndent-0.09-xKu3X5/Text-FindIndent-0.09.ppd C:/cpanfly/var/REPO/S/SM/SMUELLER Megalib: DBI object version 1.609 does not match $DBI::VERSION 1.611 at C:/Perl64/lib/DynaLoader.pm line 225. BEGIN failed--compilation aborted at C:/cpanfly/var/megalib/DBI.pm line 265. Compilation failed in require at C:\cpanfly\lib/ActivePerl/PPM/InstallArea.pm line 690. ...propagated at C:\cpanfly\lib/ActivePerl/PPM/DBH.pm line 11. Compilation failed in require at C:\cpanfly\lib/Fly/MakePPD.pm line 285. Finished 2010-08-24T22:19:13