Checking if your kit is complete... Looks good Writing Makefile for Class::Bits cp Bits.pm blib/lib/Class/Bits.pm Manifying blib/man3/Class::Bits.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/1....1..20 ok 1 - use Class::Bits; ok 2 - length ok 3 - init to 0 ok 4 - set to 3 ok 5 - get 3 value 255 for Foo::bar out of range [-8, 7] at t/1.t line 28 ok 6 - set out of range ok 7 - as string ok 8 - init from string ok 9 - init from array ok 10 - as string 3 value 4294967295 for Bar::foo out of range [0, 4294967295] at t/1.t line 47 ok 11 - 4294967295 to u32 4294967295 value -1 for Bar::foo out of range [0, 4294967295] at t/1.t line 49 ok 12 - -1 to u32 4294967295 ok 13 - -1 to s32 -1 ok 14 - 4294967295 to s32 -1 ok 15 - 4294967295 to s16 -1 ok 16 - -1 to s16 -1 value 4294967295 for Bar::doz out of range [0, 65535] at t/1.t line 59 ok 17 - 4294967295 to u16 65535 value -1 for Bar::doz out of range [0, 65535] at t/1.t line 61 ok 18 - -1 to u16 65535 ok 19 - keys bar ok 20 - keys foo ok All tests successful. Files=1, Tests=20, 0 wallclock secs ( 0.11 cusr + 0.04 csys = 0.15 CPU) Installing /Users/cpanrun/build/5.10.0/html/site/lib/Class/Bits.html Installing /Users/cpanrun/build/5.10.0/site/lib/Class/Bits.pm Installing /Users/cpanrun/build/5.10.0/site/man/man3/Class::Bits.3 Appending installation info to /Users/cpanrun/build/5.10.0/lib/perllocal.pod make: *** [doc_update] Hangup