Checking if your kit is complete... Looks good Writing Makefile for PANT Microsoft (R) Program Maintenance Utility Version 7.10.3077 Copyright (C) Microsoft Corporation. All rights reserved. cp PANT/Cvs.pm blib\lib\PANT\Cvs.pm cp PANT/Zip.pm blib\lib\PANT\Zip.pm cp PANT.pm blib\lib\PANT.pm cp PANT/Svn.pm blib\lib\PANT\Svn.pm cp PANT/Test.pm blib\lib\PANT\Test.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/basic.........1..33 ok 1 - use PANT; ok 2 - HTML output generated from -output xxxtest.html ok 3 - Title is as expected ok 4 - Remove file works ok 5 - Task works using -output xxxtest.html ok 6 - 2nd task works ok 7 - Command echo works ok 8 - Created temporary file ok 9 - Set time stamp back a sec ok 10 - Created 2nd temporary file ok 11 - Newer test ok 12 - Older test ok 13 - Copied non existant file failed ok 14 - Copied file ok 15 - Moved file ok 16 - test3.tmp has gone ok 17 - test4.tmp exists ok 18 - Files are the same size ok 19 - Files are the same contents ok 20 - Removed temporary files ok 21 - Made a new directory ok 22 - Testdir exists ok 23 - mytest subdirectory exists ok 24 - Copy tree suceeded ok 25 - New directory exists ok 26 - New directory exists ok 27 - Removed testdir ok 28 - testdir has been removed ok 29 - Removed testdir ok 30 - newtestdir has been removed ok 31 - Task1 appears in output ok 32 - Task2 appears in output ok 33 - Remove file works ok t/cvs...........1..15 ok 1 - use PANT; ok 2 - use PANT::Cvs; ok 3 - Cvs allocated ok 4 - Cvs Run C:\cpanrun\build\5-10-0\bin\perl.exe -ne "{ print; }" xxxtest.txt ok ok 5 - An updated file has been spotted ok 6 - A local file has not been modifed ok 7 - A file has not conflicted ok 8 - Cvs Run ok ok 9 - An update has not occured ok 10 - A local file has been modifed ok 11 - A file has not conflicted ok 12 - Cvs Run ok ok 13 - An update has not occured ok 14 - A local file has been modifed ok 15 - A file has conflicted ok t/ptest.........1..9 ok 1 - use PANT; ok 2 - use PANT::Test; # Looks like you planned 9 tests but only ran 2. # Looks like your test died just after 2. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 3-9 Failed 7/9 tests, 22.22% okay t/subpant.......1..27 ok 1 - use PANT; ok 2 - Sub pant called ok 3 - Contents of ./xxxtest.html read ok 4 - Found the reference to the sub html ok 5 - Sub pant file xxxtest-1.html exists ok 6 - Volumes C: + C: are the same ok 7 - Directories \cpanrun\depot\main\contrib-patched\perl\CPAN\src\PANT\ + \cpanrun\depot\main\contrib-patched\perl\CPAN\src\PANT\ are the same ok 8 - Clean up old files ok 9 - Subpant called ok ok 10 - Contents of ./xxxtest.html read ok 11 - Found the reference to the sub html ok 12 - Sub pant file xxxtest-2.html exists ok 13 - Volumes C: + C: are the same ok 14 - Directories \cpanrun\depot\main\contrib-patched\perl\CPAN\src\PANT\ + \cpanrun\depot\main\contrib-patched\perl\CPAN\src\PANT\ are different ok 15 - Clean up old files t/subpant2.pl ./xxxtest.html xxxtest-2.html ok 16 - Subpant called ok ok 17 - Contents of ./xxxtest.html read ok 18 - Found the reference to the sub html ok 19 - Logfile newlog.html contains newlog ok 20 - Clean up old files t/subpant3.pl ./xxxtest.html newlog.html ok 21 - Create temp log dir ok 22 - Subpant called ok ok 23 - Contents of C:\cpanrun\depot\main\contrib-patched\perl\CPAN\src\PANT\tempdir\build1.html read ok 24 - Found the reference to the sub html ok 25 - Logfile newlog.html contains newlog ok 26 - Clean up old files t/subpant4.pl C:\cpanrun\depot\main\contrib-patched\perl\CPAN\src\PANT\tempdir\build1.html tempdir/newlog.html ok 27 - Removed the temp directory ok t/svn...........1..12 ok 1 - use PANT; ok 2 - use PANT::Svn; ok 3 - Svn allocated ok 4 - Svn Run C:\cpanrun\build\5-10-0\bin\perl.exe -ne "{ print; }" xxxtest.txt ok 1 ok 5 - An updated file has been spotted ok 6 - A file has not conflicted ok 7 - Svn Run ok 2 ok 8 - An update has occured ok 9 - A file has not conflicted ok 10 - Svn Run ok 3 ok 11 - An update has not occured ok 12 - A file has conflicted ok t/updatefile....1..9 ok 1 - use PANT; ok 2 - File been updated ok 3 - Version number has been incremented ok 4 - Found version in file ok 5 - File has been updated ok 6 - Found version in file ok 7 - Found date in file ok 8 - Version number has been incremented ok 9 - Version date has changed ok t/ztest.........1..14 ok 1 - use PANT; ok 2 - use PANT::Zip; ok 3 - Zip object created ok 4 - Add Changes ok 5 - Add tree t as tests ok 6 - ZIP written ok 7 - Zip file now exists ok 8 - File xxxtest3.html read ok 9 - Test summary appears ok 10 - Zip file read ok 11 - Changes found ok 12 - ChangeLog not found ok 13 - tests/basic.t found ok 14 - t/basic.t not found ok Failed Test Stat Wstat Total Fail List of Failed ------------------------------------------------------------------------------- t/ptest.t 255 65280 9 14 3-9 Failed 1/7 test scripts. 7/119 subtests failed. Files=7, Tests=119, 5 wallclock secs ( 0.00 cusr + 0.00 csys = 0.00 CPU) Failed 1/7 test programs. 7/119 subtests failed. NMAKE : fatal error U1077: 'C:\cpanrun\build\5-10-0\bin\perl.exe' : return code '0xff' Stop.