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 /home/cpanrun/tmp/5.10.0/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/*.t t/00-load.........1..1 ok 1 - use HOP::Stream; # Testing HOP::Stream 0.01, Perl 5.010000, /home/cpanrun/tmp/5.10.0/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 ok t/pod-coverage....1..0 # Skip Test::Pod::Coverage 1.04 required for testing POD coverage skipped all skipped: Test::Pod::Coverage 1.04 required for testing POD coverage t/pod.............1..1 ok 1 - blib/lib/HOP/Stream.pm ok All tests successful, 1 test skipped. Files=4, Tests=44, 1 wallclock secs ( 0.28 cusr + 0.09 csys = 0.37 CPU) Installing /home/cpanrun/build/5.10.0/html/site/lib/HOP/Stream.html Installing /home/cpanrun/build/5.10.0/site/lib/HOP/Stream.pm Installing /home/cpanrun/build/5.10.0/site/man/man3/HOP::Stream.3 Appending installation info to /home/cpanrun/build/5.10.0/lib/perllocal.pod