Checking if your kit is complete... Looks good Writing Makefile for HTML::Manipulator Microsoft (R) Program Maintenance Utility Version 7.10.3077 Copyright (C) Microsoft Corporation. All rights reserved. cp Manipulator.pm blib\lib\HTML\Manipulator.pm cp Manipulator/Document.pm blib\lib\HTML\Manipulator\Document.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/1....1..40 ok 1 - use HTML::Manipulator; ok 2 - replace a simple div without nested tags ok 3 - remove a simple div without nested tags ok 4 - insert_before_begin with a simple div without nested tags ok 5 - insert_after_end with a simple div without nested tags ok 6 - insert_before_end with a simple div without nested tags ok 7 - insert_after_begin with a simple div without nested tags ok 8 - replace a div with nested tags (but no divs) and uppercase tags ok 9 - remove a div with nested tags (but no divs) and uppercase tags ok 10 - replace a link href and text ok 11 - replace two divs and a nested link ok 12 - remove two divs and a nested link ok 13 - insert_before_begin with two divs and a nested link ok 14 - insert_after_end with two divs and a nested link ok 15 - insert_before_end with two divs and a nested link ok 16 - insert_after_begin with two divs and a nested link ok 17 - replace a div with a nested div ok 18 - extract a div content ok 19 - extract a link with attributes ok 20 - extract all element IDs ok 21 - extract the content of all IDs ok 22 - extract contents from HTML without IDs ok 23 - extract the content of all IDs from a file ok 24 - handle quotation marks in attributes ok 25 - extract the document title ok 26 - replace the document title ok 27 - extract some element IDs using regular expressions ok 28 - extract some elements matched by regular expressions ok 29 - extract a section marked by comments ok 30 - extract a section marked by comments with nesting ok 31 - extract all comments ok 32 - extract all comments (with filter) ok 33 - replace a section marked by comments ok 34 - remove a section marked by comments ok 35 - insert_before_begin with a section marked by comments and a nested div ok 36 - insert_after_end with a section marked by comments and a nested div ok 37 - insert_before_end with a section marked by comments and a nested div ok 38 - insert_before_end with a section marked by comments ok 39 - insert_after_begin with a section marked by comments and a nested div ok 40 - insert adjacent ok t/2....1..14 ok 1 - use HTML::Manipulator::Document; ok 2 - method "replace" ok 3 - method "as_string" ok 4 - method "extract_content" ok 5 - method "extract" ok 6 - method "extract_all_ids" ok 7 - method "extract_all_content" ok 8 - method "from_file" with file handle ok 9 - method "from_file" with file name ok 10 - method "extract_title" ok 11 - method "replace_title" failed to open the file C:\DOCUME~1\cpanrun\LOCALS~1\Temp\2\htmlmanipulator\t2_saveas.html for saving HTML: No such file or directory at t/2.t line 193 # Looks like you planned 14 tests but only ran 11. # Looks like your test died just after 11. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 12-14 Failed 3/14 tests, 78.57% okay Failed Test Stat Wstat Total Fail List of Failed ------------------------------------------------------------------------------- t/2.t 255 65280 14 6 12-14 Failed 1/2 test scripts. 3/54 subtests failed. Files=2, Tests=54, 0 wallclock secs ( 0.00 cusr + 0.00 csys = 0.00 CPU) Failed 1/2 test programs. 3/54 subtests failed. NMAKE : fatal error U1077: 'C:\cpanrun\build\5-10-0\bin\perl.exe' : return code '0xff' Stop.