Microsoft (R) Program Maintenance Utility Version 7.00.8882 Copyright (C) Microsoft Corp 1988-2000. All rights reserved. C:\cpanrun-5.8\build\5-8-0\bin\perl.exe "-Iblib\lib" "-Iblib\arch" test.pl 1..10 Turn off CapsLock, NumLock and ScrollLock. Press to continue. ok 1 - CapsLock is off? ( testing GetCapsLock() ) not ok 2 - NumLock is off? ( testing GetNumLock() ) # Failed test (test.pl at line 13) ok 3 - ScrollLock is off? ( testing GetScrollLock() ) Turn on CapsLock, NumLock and ScrollLock. Press to continue. not ok 4 - CapsLock is on? ( testing GetCapsLock() ) # Failed test (test.pl at line 18) ok 5 - NumLock is on? ( testing GetNumLock() ) not ok 6 - ScrollLock is on? ( testing GetScrollLock() ) # Failed test (test.pl at line 20) Hold down either shift key. Press to continue. ok 7 - Shift key depressed? ( testing GetKeyState() ) not ok 8 - Set CapsLock to off ( testing SetCapsLock() ) # TODO Not yet implemented. # Failed (TODO) test (test.pl at line 28) not ok 9 - Set NumLock to off ( testing SetNumLock() ) # TODO Not yet implemented. # Failed (TODO) test (test.pl at line 29) not ok 10 - Set ScrollLock to off ( testing SetScrollLock() ) # TODO Not yet implemented. # Failed (TODO) test (test.pl at line 30) # Looks like you failed 3 tests of 10. NMAKE : fatal error U1077: 'C:\cpanrun-5.8\build\5-8-0\bin\perl.exe' : return code '0x3' Stop.