Checking if your kit is complete... Looks good Writing Makefile for HOP::Stream cp lib/HOP/Stream.pm blib/lib/HOP/Stream.pm Manifying blib/man3/HOP::Stream.3 PERL_DL_NONLAZY=1 /export/home/cpanrun/build/5.6.1/bin/perl -Iblib/arch -Iblib/lib -I/export/home/cpanrun/build/5.6.1/lib/5.6.1/sun4-solaris-thread-multi -I/export/home/cpanrun/build/5.6.1/lib/5.6.1 -e 'use Test::Harness qw(&runtests $verbose); $verbose=1; runtests @ARGV;' t/*.t t/00-load...........1..1 ok 1 - use HOP::Stream; # Testing HOP::Stream 0.01, Perl 5.006001, /export/home/cpanrun/build/5.6.1/bin/perl ok t/10-streams........ok 1 - use HOP::Stream; ok 2 - &cutsort should be exported to our namespace ok 3 - &drop should be exported to our namespace ok 4 - &filter should be exported to our namespace ok 5 - &head should be exported to our namespace ok 6 - &insert should be exported to our namespace ok 7 - &iterator_to_stream should be exported to our namespace ok 8 - &list_to_stream should be exported to our namespace ok 9 - &merge should be exported to our namespace ok 10 - &node should be exported to our namespace ok 11 - &promise should be exported to our namespace ok 12 - &show should be exported to our namespace ok 13 - &tail should be exported to our namespace ok 14 - &transform should be exported to our namespace ok 15 - &upto should be exported to our namespace ok 16 - &upfrom should be exported to our namespace ok 17 - Calling node() should succeed ok 18 - ... returning a stream node ok 19 - ... and a node may be in the node() arguments ok 20 - ... and the new node should be correct ok 21 - head() should return the head of a node ok 22 - tail() should return the tail of a node ok 23 - drop() should succeed ok 24 - ... returning the head of the node ok 25 - ... and setting the tail of the node as the node ok 26 - upto() should return false if the first number is greater than the second ok 27 - ... but it should succeed if the first number is less than the second ok 28 - ... and the stream should return all of the numbers ok 29 - upfrom() should return a stream ok 30 - ... which should return the numbers we expect ok 31 - Show should print the correct values ok 32 - Calling transform() on a stream should succeed ok 33 - ... which should return the numbers we expect ok 34 - Calling filter() on a stream should succeed ok 35 - ... which should return the numbers we expect ok 36 - merge() should let us merge sorted streams ok 37 - ... and create the numbers one to ten ok 38 - iterator_to_stream() should convert an iterator to a stream ok 39 - ... and the stream should return the correct values ok 40 - list_to_stream() should return a stream ok 41 - ... and create the numbers one to ten ok 42 - insert() should be able to insert items according to our sort criteria 1..42 FAILED tests 1-42 Failed 42/42 tests, 0.00% okay t/pod-coverage......1..0 # Skip Test::Pod::Coverage 1.04 required for testing POD coverage skipped: Test::Pod::Coverage 1.04 required for testing POD coverage t/pod...............1..0 # Skip Test::Pod 1.14 required for testing POD skipped: Test::Pod 1.14 required for testing POD Failed Test Status Wstat Total Fail Failed List of Failed -------------------------------------------------------------------------------- t/10-streams.t 42 42 100.00% 1-42 2 tests skipped. Failed 1/4 test scripts, 75.00% okay. 42/43 subtests failed, 2.33% okay. make: *** [test_dynamic] Error 29