Checking if your kit is complete... Looks good Writing Makefile for Device::Velleman::K8055 # # This module is a simple wrapper around the K8055D.DLL that # Velleman supplies with the K8055 USB kit. Therefore you need # to copy this DLL in a directory in your path (e.g. C:\WINDOWS) # The DLL can be found inside this package. # # Now, to continue, type: # # nmake # nmake test # nmake install # # Only run nmake test if you have connected the K8055 to your machine # and you have set the device number to 0. # See the enclosed README for more information. # cp lib/Device/Velleman/K8055.pm blib\lib\Device\Velleman\K8055.pm Copyright (C) Microsoft Corp 1988-1998. All rights reserved. D:\cpanrun\build\5-6-1\bin\perl.exe -Mblib -Id:\cpanrun\build\5-6-1\lib -Id:\cpanrun\build\5-6-1\lib -e "use Test::Harness qw(&runUsing D:/cpanrun/depot/main/contrib-patched/perl/CPAN/src/Device-Velleman-K8055/blib # Failed test (t\01-open_k8055.t at line 6) # got: '-1' # expected: '0' # Looks like you failed 1 test of 1. # Watch the leds for the digital output running # Failed test (t\02-digital_led_test.t at line 7) # got: '-1' # expected: '1'dubious Test returned status 1 (wstat # Watch the leds for the analog output running # Failed test (t\03-analog_led_test.t dubious Test returned status 1 (wstat 256, 0x100) DIED. FAILED test 1 Failed 1/1 tests, # Please press the digital input buttondubious Test returned status 1 (wstat 256, 0x100) DIED. FAILED test 1 Failed 1/1 tests, 0.00% okay t\pod-coverage.............skipped all skipped: Test::PodFailed 4/7 test scripts, 42.86% okay. 4/6 subtests failed, 33.33% okay. NMAKE : fatal error U1077: 'D:\cpanrun\build\5-6-1\bin\perl.exe' : return code '0xff' Stop. ------------------------------------------------------------------- t\01-open_k8055.t 1 256 1 1 100.00% 1 t\02-digital_led_test.t 1 256 1 1 100.00% 1 t\03-analog_led_test.t 1 256 1 1 100.00% 1 t\04-digital_input_test.t 1 256 1 1 100.00% 1 1 test skipped.