Checking if your kit is complete... Looks good Writing Makefile for Perl::Critic::Tics cp lib/Perl/Critic/Policy/Tics/ProhibitManyArrows.pm blib/lib/Perl/Critic/Policy/Tics/ProhibitManyArrows.pm cp lib/Perl/Critic/Policy/Tics/ProhibitUseBase.pm blib/lib/Perl/Critic/Policy/Tics/ProhibitUseBase.pm cp lib/Perl/Critic/Tics.pm blib/lib/Perl/Critic/Tics.pm cp lib/Perl/Critic/Policy/Tics/ProhibitLongLines.pm blib/lib/Perl/Critic/Policy/Tics/ProhibitLongLines.pm Manifying blib/man3/Perl::Critic::Policy::Tics::ProhibitManyArrows.3 Manifying blib/man3/Perl::Critic::Policy::Tics::ProhibitUseBase.3 Manifying blib/man3/Perl::Critic::Tics.3 Manifying blib/man3/Perl::Critic::Policy::Tics::ProhibitLongLines.3 PERL_DL_NONLAZY=1 /Users/cpanrun/build/5.8.8/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(1, 'inc', 'blib/lib', 'blib/arch')" t/*.t t/long-lines......1..6 ok 1 - nothing wrong with $ok[0] ok 2 - nothing wrong with $ok[1] ok 3 - nothing wrong with $ok[2] ok 4 - $not_ok[0] is no good (1 violations) ok 5 - $not_ok[1] is no good (5 violations) ok 6 - $not_ok[2] is no good (1 violations) ok t/many-arrows.....1..11 ok 1 - nothing wrong with my %hash = (1, 2, 3, 4);, max_allowed 0 ok 2 - nothing wrong with my %hash = (1 => 2, 3, 4);, max_allowed 1 ok 3 - violations for my %hash = (1 => 2, 3, 4);, max_allowed 0 ok 4 - nothing wrong with my %hash = (1 => 2, 3 => 4);, max_allowed 1 ok 5 - violations for my %hash = (1 => 2, 3 => 4);, max_allowed 0 ok 6 - nothing wrong with my %hash = (1 => 2 => 3, 4);, max_allowed 2 ok 7 - violations for my %hash = (1 => 2 => 3, 4);, max_allowed 1 ok 8 - nothing wrong with %hash = (key => value => key2 => 'value2');, max_allowed 3 ok 9 - violations for %hash = (key => value => key2 => 'value2');, max_allowed 2 ok 10 - nothing wrong with %hash = (key => value => key2 => value2 =>);, max_allowed 4 ok 11 - violations for %hash = (key => value => key2 => value2 =>);, max_allowed 3 ok t/no-base.........1..3 ok 1 - nothing wrong with use Foo; @ISA = qw(Foo); ok 2 - use base qw(Foo); is no good ok 3 - require base; base->import('Foo'); is no good ok t/pod-coverage....1..0 # Skip Test::Pod::Coverage 1.08 required for testing POD coverage skipped all skipped: Test::Pod::Coverage 1.08 required for testing POD coverage t/pod.............1..4 ok 1 - blib/lib/Perl/Critic/Tics.pm ok 2 - blib/lib/Perl/Critic/Policy/Tics/ProhibitLongLines.pm ok 3 - blib/lib/Perl/Critic/Policy/Tics/ProhibitManyArrows.pm ok 4 - blib/lib/Perl/Critic/Policy/Tics/ProhibitUseBase.pm ok All tests successful, 1 test skipped. Files=5, Tests=24, 4 wallclock secs ( 3.02 cusr + 0.72 csys = 3.74 CPU) Installing /Users/cpanrun/build/5.8.8/html/site/lib/Perl/Critic/Tics.html Installing /Users/cpanrun/build/5.8.8/html/site/lib/Perl/Critic/Policy/Tics/ProhibitLongLines.html Installing /Users/cpanrun/build/5.8.8/html/site/lib/Perl/Critic/Policy/Tics/ProhibitManyArrows.html Installing /Users/cpanrun/build/5.8.8/html/site/lib/Perl/Critic/Policy/Tics/ProhibitUseBase.html Installing /Users/cpanrun/build/5.8.8/lib/site_perl/5.8.8/Perl/Critic/Tics.pm Installing /Users/cpanrun/build/5.8.8/lib/site_perl/5.8.8/Perl/Critic/Policy/Tics/ProhibitLongLines.pm Installing /Users/cpanrun/build/5.8.8/lib/site_perl/5.8.8/Perl/Critic/Policy/Tics/ProhibitManyArrows.pm Installing /Users/cpanrun/build/5.8.8/lib/site_perl/5.8.8/Perl/Critic/Policy/Tics/ProhibitUseBase.pm Installing /Users/cpanrun/build/5.8.8/man/man3/Perl::Critic::Policy::Tics::ProhibitLongLines.3 Installing /Users/cpanrun/build/5.8.8/man/man3/Perl::Critic::Policy::Tics::ProhibitManyArrows.3 Installing /Users/cpanrun/build/5.8.8/man/man3/Perl::Critic::Policy::Tics::ProhibitUseBase.3 Installing /Users/cpanrun/build/5.8.8/man/man3/Perl::Critic::Tics.3 Appending installation info to /Users/cpanrun/build/5.8.8/lib/5.8.8/darwin-thread-multi-2level/perllocal.pod