Checking if your kit is complete... Looks good Writing Makefile for generics cp lib/generics.pm blib/lib/generics.pm Manifying blib/man3/generics.3 PERL_DL_NONLAZY=1 /Users/cpanrun/build/5.10.0/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/*.t t/10_generics_test............1..14 ok 1 - use generics; ok 2 - generics->can('has_generic_params') ok 3 - ... session has generic params ok 4 - Session->can('new') ok 5 - The object isa Session ok 6 - Session->can('getTimeoutLength') ok 7 - ... it should be 20 ok 8 - ... it should be 20 ok 9 - Session->can('getSessionId') ok 10 - ... session id was succefully generated ok 11 - ... it should be 50 characters long ok 12 - ... it should be 50 ok 13 - generics->can('dump_params') ok 14 - ... the generics should be the same ok t/20_generics_inherit_test....1..17 ok 1 - use generics; ok 2 - ... Derived has generic params ok 3 - ... Derived has generic params ok 4 - Derived->can('new') ok 5 - The object isa Base ok 6 - Derived->can('TEST') ok 7 - ... it should be 500 ok 8 - Derived->can('TEST_2') ok 9 - ... it should be "Hello World" ok 10 - Derived->can('DERIVED_TEST') ok 11 - ... it should be the same array ok 12 - Base->can('new') ok 13 - The object isa Base ok 14 - Derived->can('TEST') ok 15 - ... it should be 100 ok 16 - Base->can('TEST_2') ok 17 - ... it should be "Hello World" ok t/30_generics_errors_test.....1..11 ok 1 - use generics; ok 2 - ... generics itself, does not have generic params ok 3 - ... this should die because of duplicate params ok 4 - Broken->can('TEST_2') ok 5 - Broken->can('TEST') ok 6 - The object isa Session ok 7 - ... this should die because of unassigned params ok 8 - ... this should die because of unassigned params ok 9 - ... this should die because of messy params ok 10 - ... this should die because of messy params ok 11 - ... these are bad generic params ok All tests successful. Files=3, Tests=42, 1 wallclock secs ( 0.19 cusr + 0.07 csys = 0.26 CPU) make: *** [htmlifypods] Hangup