Checking if your kit is complete... Looks good Writing Makefile for AI::NeuralNet::Kohonen::Demo::RGB cp RGB.pm blib/lib/AI/NeuralNet/Kohonen/Demo/RGB.pm Manifying blib/man3/AI::NeuralNet::Kohonen::Demo::RGB.3 PERL_DL_NONLAZY=1 /home/cpanrun/parisc2.0-lp64/build/5.8.2/bin/perl "-Iblib/lib" "-Iblib/arch" test.pl 1..12 # Running under perl version 5.008002 for hpux # Current time local: Wed Jun 27 12:53:59 2007 # Current time GMT: Wed Jun 27 19:53:59 2007 # Using Test.pm version 1.24 ok 1 No {input} supplied! at /home/cpanrun/parisc2.0-lp64/build/5.8.2/lib/site_perl/5.8.2/AI/NeuralNet/Kohonen.pm line 187 AI::NeuralNet::Kohonen::new('AI::NeuralNet::Kohonen') called at test.pl line 9 ok 2 {weight_dim} not set at /home/cpanrun/parisc2.0-lp64/build/5.8.2/lib/site_perl/5.8.2/AI/NeuralNet/Kohonen.pm line 213 AI::NeuralNet::Kohonen::new('AI::NeuralNet::Kohonen::Demo::RGB','input','ARRAY(0x80000001004e4018)') 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. make: *** [test_dynamic] Error 255