Checking if your kit is complete... Looks good Writing Makefile for AI::NeuralNet::Kohonen::Demo::RGB Microsoft (R) Program Maintenance Utility Version 7.10.3077 Copyright (C) Microsoft Corporation. All rights reserved. cp RGB.pm blib\lib\AI\NeuralNet\Kohonen\Demo\RGB.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 "-Iblib\lib" "-Iblib\arch" test.pl 1..12 # Running under perl version 5.010000 for MSWin32 # Win32::BuildNumber 1001 # Current time local: Tue Jan 8 18:04:03 2008 # Current time GMT: Wed Jan 9 02:04:03 2008 # Using Test.pm version 1.25 ok 1 No {input} supplied! at C:/cpanrun/build/5-10-0/site/lib/AI/NeuralNet/Kohonen.pm line 183 AI::NeuralNet::Kohonen::new('AI::NeuralNet::Kohonen') called at test.pl line 9 ok 2 {weight_dim} not set at C:/cpanrun/build/5-10-0/site/lib/AI/NeuralNet/Kohonen.pm line 209 AI::NeuralNet::Kohonen::new('AI::NeuralNet::Kohonen::Demo::RGB', 'input', 'ARRAY(0x1fc4eac)') called at test.pl line 12 not ok 3 # Test 3 got: "" (test.pl at line 17) # Expected: "ARRAY" # test.pl line 17 is: ok( ref $_->{input}, 'ARRAY'); not ok 4 # Test 4 got: (test.pl at line 18) # Expected: "1" # test.pl line 18 is: ok( $_->{input}->[0]->[0],1); not ok 5 # Test 5 got: (test.pl at line 19) # Expected: "2" # test.pl line 19 is: ok( $_->{input}->[0]->[1],2); not ok 6 # Test 6 got: (test.pl at line 20) # Expected: "3" # test.pl line 20 is: ok( $_->{input}->[0]->[2],3); ok 7 Not an ARRAY reference at test.pl line 34. NMAKE : fatal error U1077: 'C:\cpanrun\build\5-10-0\bin\perl.exe' : return code '0x9' Stop.