PATH=C:\mingw\bin;C:\cygwin\bin;C:\cpanfly-5.20\var\megalib\bin;C:\Perl-5.20\site\bin;C:\Perl-5.20\bin;C:\cygwin\bin;C:\Program Files\Perforce;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\system32\WindowsPowerShell\v1.0;C:\WINDOWS\system32\WindowsPowerShell\v1.0;C:\instantclient_11_2;C:\cygwin\bin;C:\Program Files\Perforce;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\system32\WindowsPowerShell\v1.0;C:\WINDOWS\system32\WindowsPowerShell\v1.0;C:\mysql\bin Start 2014-09-23T21:16:54 ActivePerl-2000 CPAN-2.00 LIB=C:\PROGRA~1\MICROS~3\VC98\Lib\PSDK PATH=C:/CPANFL~1.20/var/libs/bin;C:\mingw\bin;C:\cygwin\bin;C:\CPANFL~1.20\var\megalib\bin;C:\Perl-5.20\site\bin;C:\Perl-5.20\bin;C:\cygwin\bin;C:\PROGRA~1\Perforce;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\system32\WINDOW~2\v1.0;C:\WINDOWS\system32\WINDOW~2\v1.0;C:\INSTAN~1;C:\cygwin\bin;C:\PROGRA~1\Perforce;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\system32\WINDOW~2\v1.0;C:\WINDOWS\system32\WINDOW~2\v1.0;C:\mysql\bin Reading 'C:\cpanfly-5.20\var\cpan\Metadata' Database was generated on Tue, 23 Sep 2014 22:29:02 GMT Running make for G/GU/GUGOD/Acme-Boolean-0.4.tar.gz Fetching with LWP: http://cpan.nas1.activestate.com/authors/id/G/GU/GUGOD/Acme-Boolean-0.4.tar.gz Fetching with LWP: http://cpan.nas1.activestate.com/authors/id/G/GU/GUGOD/CHECKSUMS Checksum for C:\cpanfly-5.20\var\cpan\sources\authors\id\G\GU\GUGOD\Acme-Boolean-0.4.tar.gz ok Acme-Boolean-0.4/ Acme-Boolean-0.4/Changes Acme-Boolean-0.4/dist.ini Acme-Boolean-0.4/lib/ Acme-Boolean-0.4/LICENSE Acme-Boolean-0.4/Makefile.PL Acme-Boolean-0.4/MANIFEST Acme-Boolean-0.4/META.yml Acme-Boolean-0.4/README Acme-Boolean-0.4/t/ Acme-Boolean-0.4/t/ad.t Acme-Boolean-0.4/t/false.t Acme-Boolean-0.4/t/release-pod-coverage.t Acme-Boolean-0.4/t/release-pod-syntax.t Acme-Boolean-0.4/t/true.t Acme-Boolean-0.4/lib/Acme/ Acme-Boolean-0.4/lib/Acme/Boolean.pm CPAN.pm: Building G/GU/GUGOD/Acme-Boolean-0.4.tar.gz >>> C:\Perl-5.20\bin\perl.exe Makefile.PL Warning: prerequisite boolean 0.20 not found. Checking if your kit is complete... Looks good Generating a dmake-style Makefile Writing Makefile for Acme::Boolean Writing MYMETA.yml and MYMETA.json ---- Unsatisfied dependencies detected during ---- ---- GUGOD/Acme-Boolean-0.4.tar.gz ---- boolean [requires] Running make test Delayed until after prerequisites Running test for module 'boolean' Running make for I/IN/INGY/boolean-0.42.tar.gz Fetching with LWP: http://cpan.nas1.activestate.com/authors/id/I/IN/INGY/boolean-0.42.tar.gz Checksum for C:\cpanfly-5.20\var\cpan\sources\authors\id\I\IN\INGY\boolean-0.42.tar.gz ok boolean-0.42/ boolean-0.42/META.yml boolean-0.42/LICENSE boolean-0.42/Makefile.PL boolean-0.42/README boolean-0.42/t/ boolean-0.42/t/release-pod-syntax.t boolean-0.42/t/export.t boolean-0.42/t/json.t boolean-0.42/t/truth.t boolean-0.42/t/boolean.t boolean-0.42/lib/ boolean-0.42/lib/boolean.pm boolean-0.42/lib/boolean.pod boolean-0.42/MANIFEST boolean-0.42/Changes boolean-0.42/CONTRIBUTING boolean-0.42/META.json CPAN.pm: Building I/IN/INGY/boolean-0.42.tar.gz >>> C:\Perl-5.20\bin\perl.exe Makefile.PL Checking if your kit is complete... Looks good Generating a dmake-style Makefile Writing Makefile for boolean Writing MYMETA.yml and MYMETA.json >>> dmake cp lib/boolean.pm blib\lib\boolean.pm cp lib/boolean.pod blib\lib\boolean.pod INGY/boolean-0.42.tar.gz dmake -- OK Running make test >>> dmake test TEST_VERBOSE=1 C:\Perl-5.20\bin\perl.exe "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(1, 'blib\lib', 'blib\arch')" t/*.t t/boolean.t ............. 1..65 ok 1 - true is defined and works ok 2 - false is defined and works ok 3 - false works with not() ok 4 - true works with not() ok 5 - isTrue works with true ok 6 - isFalse works false ok 7 - isTrue not true with false ok 8 - isFalse not true with true ok 9 - true isBoolean ok 10 - false isBoolean ok 11 - undef is not Boolean ok 12 - "" is not Boolean ok 13 - 0 is not Boolean ok 14 - 1 is not Boolean ok 15 - true eq true ok 16 - true == true ok 17 - false eq false ok 18 - false == false ok 19 - not(true) == false ok 20 - not(false) == true ok 21 - !(true) == false ok 22 - !(false) == true ok 23 - boolean return values are boolean ok 24 - not boolean returns boolean ok 25 - ! boolean returns boolean ok 26 - ref(true) eq 'boolean' ok 27 - true stringifies to '1' ok 28 - Ternary works with true ok 29 - 'if' works with true ok 30 - true eq 0 ok 31 - true == 0 ok 32 - $f eq false ok 33 - $f == false ok 34 - ref(true) eq 'boolean' ok 35 - false stringifies to '0' ok 36 - Ternary works with false ok 37 - 'if' works with false ok 38 - false eq 0 ok 39 - false == 0 ok 40 - boolean() has too few args (prototyped) ok 41 - &boolean() has too few args (unprototyped) ok 42 - boolean(1,2,3) has too many args (prototyped) ok 43 - &boolean(1,2,3) has too many args (unprototyped) ok 44 - boolean() returns boolean ok 45 - boolean() works with undef ok 46 - boolean works with () ok 47 - boolean works with () ok 48 - boolean works with () ok 49 - boolean(42) isTrue ok 50 - boolean(undef) isFalse ok 51 - boolean(()) isFalse ok 52 - boolean((0)) isFalse ok 53 - boolean((1, 0)) isFalse ok 54 - boolean((1, 0)) isTrue ok 55 - boolean on array with one false value isTrue ok 56 - Can't pass values to true/false ok 57 - Can't pass values to true/false ok 58 - Can't pass values to true/false ok 59 - Can't pass values to true/false ok 60 - truth is forever ok 61 - imutable ok 62 - truth is forever ok 63 - imutable ok 64 - true isTrue ok 65 - false isFalse ok t/export.t .............. 1..24 ok 1 - :none does not import true ok 2 - :none does not import false ok 3 - :none does not import boolean ok 4 - :none does not import isTrue ok 5 - :none does not import isFalse ok 6 - :none does not import isBoolean ok 7 - :default imports true ok 8 - :default imports false ok 9 - :default imports boolean ok 10 - :default does not import isTrue ok 11 - :default does not import isFalse ok 12 - :default does not import isBoolean ok 13 - :all imports true ok 14 - :all imports false ok 15 - :all imports boolean ok 16 - :all imports isTrue ok 17 - :all imports isFalse ok 18 - :all imports isBoolean ok 19 - :test does not import true ok 20 - :test does not import false ok 21 - :test does not import boolean ok 22 - :test imports isTrue ok 23 - :test imports isFalse ok 24 - :test imports isBoolean ok # No tests run! t/json.t ................ 1..3 Dubious, test returned 255 (wstat 65280, 0xff00) Failed 3/3 subtests t/release-pod-syntax.t .. skipped: these tests are for release candidate testing t/truth.t ............... 1..8 ok 1 - Turn false == value into boolean ok 2 - Turn true == value into boolean ok 3 - Turn false "eq" value into boolean ok 4 - Turn true "ne" value into boolean ok 5 - Turn true regex into boolean ok 6 - Turn false regex into boolean ok 7 - False is 0 ok 8 - True is 1 ok Test Summary Report ------------------- t/json.t (Wstat: 65280 Tests: 0 Failed: 0) Non-zero exit status: 255 Parse errors: Bad plan. You planned 3 tests but ran 0. Files=5, Tests=97, 0 wallclock secs ( 0.08 usr + 0.02 sys = 0.09 CPU) Result: FAIL Failed 1/5 test programs. 0/97 subtests failed. dmake: Error code 255, while making 'test_dynamic' INGY/boolean-0.42.tar.gz dmake test TEST_VERBOSE=1 -- NOT OK //hint// to see the cpan-testers results for installing this module, try: reports INGY/boolean-0.42.tar.gz Running make for G/GU/GUGOD/Acme-Boolean-0.4.tar.gz Has already been unwrapped into directory C:\cpanfly-5.20\var\cpan\build\Acme-Boolean-0.4-Y6lPZj CPAN.pm: Building G/GU/GUGOD/Acme-Boolean-0.4.tar.gz Warning: Prerequisite 'boolean => 0.20' for 'GUGOD/Acme-Boolean-0.4.tar.gz' failed when processing 'INGY/boolean-0.42.tar.gz' with 'make_test => NO'. Continuing, but chances to succeed are limited. >>> dmake cp lib/Acme/Boolean.pm blib\lib\Acme\Boolean.pm GUGOD/Acme-Boolean-0.4.tar.gz dmake -- OK Running make test >>> dmake test TEST_VERBOSE=1 C:\Perl-5.20\bin\perl.exe "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(1, 'blib\lib', 'blib\arch')" t/*.t Can't locate boolean.pm in @INC (you may need to install the boolean module) (@INC contains: C:\cpanfly-5.20\var\cpan\build\Acme-Boolean-0.4-Y6lPZj\blib\lib C:\cpanfly-5.20\var\cpan\build\Acme-Boolean-0.4-Y6lPZj\blib\arch C:/cpanfly-5.20/var/megalib C:/cpanfly-5.20/var/megalib C:/Perl-5.20/site/lib C:/Perl-5.20/lib .) at C:\cpanfly-5.20\var\cpan\build\Acme-Boolean-0.4-Y6lPZj\blib\lib/Acme/Boolean.pm line 7. BEGIN failed--compilation aborted at C:\cpanfly-5.20\var\cpan\build\Acme-Boolean-0.4-Y6lPZj\blib\lib/Acme/Boolean.pm line 7. Compilation failed in require at t/ad.t line 3. BEGIN failed--compilation aborted at t/ad.t line 3. t/ad.t .................... Dubious, test returned 2 (wstat 512, 0x200) No subtests run Can't locate boolean.pm in @INC (you may need to install the boolean module) (@INC contains: C:\cpanfly-5.20\var\cpan\build\Acme-Boolean-0.4-Y6lPZj\blib\lib C:\cpanfly-5.20\var\cpan\build\Acme-Boolean-0.4-Y6lPZj\blib\arch C:/cpanfly-5.20/var/megalib C:/cpanfly-5.20/var/megalib C:/Perl-5.20/site/lib C:/Perl-5.20/lib .) at C:\cpanfly-5.20\var\cpan\build\Acme-Boolean-0.4-Y6lPZj\blib\lib/Acme/Boolean.pm line 7. BEGIN failed--compilation aborted at C:\cpanfly-5.20\var\cpan\build\Acme-Boolean-0.4-Y6lPZj\blib\lib/Acme/Boolean.pm line 7. Compilation failed in require at t/false.t line 1. BEGIN failed--compilation aborted at t/false.t line 1. t/false.t ................. Dubious, test returned 2 (wstat 512, 0x200) No subtests run 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 Can't locate boolean.pm in @INC (you may need to install the boolean module) (@INC contains: C:\cpanfly-5.20\var\cpan\build\Acme-Boolean-0.4-Y6lPZj\blib\lib C:\cpanfly-5.20\var\cpan\build\Acme-Boolean-0.4-Y6lPZj\blib\arch C:/cpanfly-5.20/var/megalib C:/cpanfly-5.20/var/megalib C:/Perl-5.20/site/lib C:/Perl-5.20/lib .) at C:\cpanfly-5.20\var\cpan\build\Acme-Boolean-0.4-Y6lPZj\blib\lib/Acme/Boolean.pm line 7. BEGIN failed--compilation aborted at C:\cpanfly-5.20\var\cpan\build\Acme-Boolean-0.4-Y6lPZj\blib\lib/Acme/Boolean.pm line 7. Compilation failed in require at t/true.t line 3. BEGIN failed--compilation aborted at t/true.t line 3. t/true.t .................. Dubious, test returned 2 (wstat 512, 0x200) No subtests run Test Summary Report ------------------- t/ad.t (Wstat: 512 Tests: 0 Failed: 0) Non-zero exit status: 2 Parse errors: No plan found in TAP output t/false.t (Wstat: 512 Tests: 0 Failed: 0) Non-zero exit status: 2 Parse errors: No plan found in TAP output t/true.t (Wstat: 512 Tests: 0 Failed: 0) Non-zero exit status: 2 Parse errors: No plan found in TAP output Files=5, Tests=0, 0 wallclock secs ( 0.09 usr + 0.00 sys = 0.09 CPU) Result: FAIL Failed 3/5 test programs. 0/0 subtests failed. dmake: Error code 130, while making 'test_dynamic' GUGOD/Acme-Boolean-0.4.tar.gz one dependency not OK (boolean); additionally test harness failed dmake test TEST_VERBOSE=1 -- NOT OK //hint// to see the cpan-testers results for installing this module, try: reports GUGOD/Acme-Boolean-0.4.tar.gz Finished 2014-09-23T21:17:05