C:\test\Win32-JobAdd>type t\Win32-JobAdd.t # Before `make install' is performed this script should be runnable with # `make test'. After `make install' it should work as `perl Win32-JobAdd.t' ######################### # change 'tests => 1' to 'tests => last_test_to_print'; use Test::More tests => 1; BEGIN { use_ok('Win32::JobAdd') }; ######################### # Insert your test code below, the Test::More module is use()ed here so read # its man page ( perldoc Test::More ) for help writing this test script. C:\test\Win32-JobAdd>perl t\Win32-JobAdd.t 1..1 Win32::JobAdd loadedok 1 - use Win32::JobAdd; C:\test\Win32-JobAdd>nmake test Microsoft (R) Program Maintenance Utility Version 9.00.21022.08 Copyright (C) Microsoft Corporation. All rights reserved. C:\perl64\bin\perl.exe "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib\lib', 'blib\arch')" t/*.t t/Win32-JobAdd.t .. Failed 1/1 subtests Test Summary Report ------------------- t/Win32-JobAdd.t (Wstat: 0 Tests: 0 Failed: 0) Parse errors: Bad plan. You planned 1 tests but ran 0. Files=1, Tests=0, 0 wallclock secs ( 0.03 usr + 0.05 sys = 0.08 CPU) Result: FAIL Failed 1/1 test programs. 0/0 subtests failed. NMAKE : fatal error U1077: 'C:\perl64\bin\perl.exe' : return code '0xff' Stop.