Checking if your kit is complete... Looks good Writing Makefile for Querylet Microsoft (R) Program Maintenance Utility Version 7.10.3077 Copyright (C) Microsoft Corporation. All rights reserved. cp lib/Querylet.pm blib\lib\Querylet.pm cp lib/Querylet/Query.pm blib\lib\Querylet\Query.pm cp lib/Querylet/Input.pm blib\lib\Querylet\Input.pm cp lib/Querylet/Output.pm blib\lib\Querylet\Output.pm Microsoft (R) Program Maintenance Utility Version 7.10.3077 Copyright (C) Microsoft Corporation. All rights reserved. C:\cpanrun\build\5-10-0\bin\perl.exe "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib\lib', 'blib\arch')" t/*.t t/00-load.........1..4 ok 1 - require Querylet; ok 2 - use Querylet::Query; ok 3 - require Querylet::Output; ok 4 - require Querylet::Input; # Testing 0.323 ok t/01-makedb.......1..1 ok 1 - build database for testing ok t/as_bogus........syntax error at t/as_bogus.t line 53, at EOF (Might be a runaway multi-line {} string starting on line 19) Execution of t/as_bogus.t aborted due to compilation errors. dubious Test returned status 9 (wstat 2304, 0x900) t/as_code.........Scalar found where operator expected at t/as_code.t line 58, near "$q" (Might be a runaway multi-line {} string starting on line 22) (Missing semicolon on previous line?) syntax error at t/as_code.t line 58, near "$q" Execution of t/as_code.t aborted due to compilation errors. dubious Test returned status 9 (wstat 2304, 0x900) t/as_csv..........Scalar found where operator expected at t/as_csv.t line 48, near "$q" (Might be a runaway multi-line {} string starting on line 19) (Missing semicolon on previous line?) syntax error at t/as_csv.t line 48, near "$q" Execution of t/as_csv.t aborted due to compilation errors. dubious Test returned status 9 (wstat 2304, 0x900) t/as_html.........1..0 # Skip Template Toolkit required to run this test skipped all skipped: Template Toolkit required to run this test t/as_null.........syntax error at t/as_null.t line 55, at EOF (Might be a runaway multi-line {} string starting on line 22) Execution of t/as_null.t aborted due to compilation errors. dubious Test returned status 9 (wstat 2304, 0x900) t/eg_wafer_01.....syntax error at t/eg_wafer_01.t line 85, at EOF (Might be a runaway multi-line {} string starting on line 19) Execution of t/eg_wafer_01.t aborted due to compilation errors. dubious Test returned status 9 (wstat 2304, 0x900) t/eg_wafer_02.....syntax error at t/eg_wafer_02.t line 71, at EOF (Might be a runaway multi-line {} string starting on line 22) Execution of t/eg_wafer_02.t aborted due to compilation errors. dubious Test returned status 9 (wstat 2304, 0x900) t/eg_wafer_03.....syntax error at t/eg_wafer_03.t line 76, at EOF (Might be a runaway multi-line {} string starting on line 19) Execution of t/eg_wafer_03.t aborted due to compilation errors. dubious Test returned status 9 (wstat 2304, 0x900) t/from_3..........syntax error at t/from_3.t line 60, at EOF (Might be a runaway multi-line {} string starting on line 25) Execution of t/from_3.t aborted due to compilation errors. dubious Test returned status 9 (wstat 2304, 0x900) t/option..........1..2 # No tests run! dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 1-2 Failed 2/2 tests, 0.00% okay t/output..........1..8 ok 1 - use Querylet::Query; ok 2 - require Querylet::Output; ok 3 - death on abstract base method ok 4 - death on abstract base method ok 5 - default_type method ok 6 - handler unregistered ok 7 - handler registered (default name) ok 8 - handler registered (new name) ok t/pod-coverage....1..0 # Skip Test::Pod::Coverage 0.08 required to test POD coverage skipped all skipped: Test::Pod::Coverage 0.08 required to test POD coverage t/pod.............1..4 ok 1 - blib\lib\Querylet.pm ok 2 - blib\lib\Querylet\Input.pm ok 3 - blib\lib\Querylet\Output.pm ok 4 - blib\lib\Querylet\Query.pm ok t/query...........1..18 ok 1 - use Querylet::Query; ok 2 - bind parameters set nicely ok 3 - bind parameters push nicely ok 4 - no output filename defined ok 5 - filename set properly ok 6 - filename retrieved ok 7 - filename unset ok 8 - no output filename defined ok 9 - default output format ok 10 - format set properly ok 11 - format retrieved ok 12 - format unset ok 13 - no output format defined ok 14 - default input format ok 15 - format set properly ok 16 - format retrieved ok 17 - format unset ok 18 - no input format defined ok t/to_dot..........syntax error at t/to_dot.t line 46, at EOF (Might be a runaway multi-line {} string starting on line 19) Execution of t/to_dot.t aborted due to compilation errors. dubious Test returned status 9 (wstat 2304, 0x900) t/to_file.........syntax error at t/to_file.t line 48, at EOF (Might be a runaway multi-line {} string starting on line 19) Execution of t/to_file.t aborted due to compilation errors. dubious Test returned status 9 (wstat 2304, 0x900) t/to_stdout.......Scalar found where operator expected at t/to_stdout.t line 41, near "$q" (Might be a runaway multi-line {} string starting on line 19) (Missing semicolon on previous line?) syntax error at t/to_stdout.t line 41, near "$q" Execution of t/to_stdout.t aborted due to compilation errors. dubious Test returned status 9 (wstat 2304, 0x900) Failed Test Stat Wstat Total Fail List of Failed ------------------------------------------------------------------------------- t/as_bogus.t 9 2304 ?? ?? ?? t/as_code.t 9 2304 ?? ?? ?? t/as_csv.t 9 2304 ?? ?? ?? t/as_null.t 9 2304 ?? ?? ?? t/eg_wafer_01.t 9 2304 ?? ?? ?? t/eg_wafer_02.t 9 2304 ?? ?? ?? t/eg_wafer_03.t 9 2304 ?? ?? ?? t/from_3.t 9 2304 ?? ?? ?? t/option.t 255 65280 2 4 1-2 t/to_dot.t 9 2304 ?? ?? ?? t/to_file.t 9 2304 ?? ?? ?? t/to_stdout.t 9 2304 ?? ?? ?? 2 tests skipped. Failed 12/19 test scripts. 2/37 subtests failed. Files=19, Tests=37, 170 wallclock secs ( 0.00 cusr + 0.00 csys = 0.00 CPU) Failed 12/19 test programs. 2/37 subtests failed. NMAKE : fatal error U1077: 'C:\cpanrun\build\5-10-0\bin\perl.exe' : return code '0x9' Stop.