Checking if your kit is complete... Looks good Writing Makefile for Catalyst::Plugin::CustomErrorMessage cp lib/Catalyst/Plugin/CustomErrorMessage.pm blib/lib/Catalyst/Plugin/CustomErrorMessage.pm Manifying blib/man3/Catalyst::Plugin::CustomErrorMessage.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/00-distribution..........................1..10 ok 1 - Checking MANIFEST integrity ok 2 - use Catalyst::Plugin::CustomErrorMessage; ok 3 - Catalyst::Plugin::CustomErrorMessage defines a version ok 4 # skip testing PREREQ_PM not implemented for perl 5.010000 because Module::CoreList doesn't know about it ok 5 - POD test for blib/lib/Catalyst/Plugin/CustomErrorMessage.pm ok 6 - MANIFEST exists ok 7 - README exists ok 8 - Changes(.pod)? or ChangeLog(.pod)? exists ok 9 - Build.PL or Makefile.PL exists ok 10 # skip Test::Pod::Coverage required for testing POD ok 2/10 skipped: various reasons t/00-signature.............................1..0 # Skip Set the environment variable TEST_SIGNATURE to enable this test. skipped all skipped: Set the environment variable TEST_SIGNATURE to enable this test. t/01-Catalyst-Plugin-CustomErrorMessage....1..20 ok 1 - use Catalyst::Plugin::CustomErrorMessage; # > in debug mode ok 2 - Catalyst::Plugin::CustomErrorMessage->can('finalize_error') ok 3 - check if finalize_error() was really called ok 4 - check internal finalize_error() ok 5 - flash empty # > no action set tests ok 6 - response body empty ok 7 - check if it was really called ok 8 - default redirect is "/" ok 9 - check error message in flash ok 10 - check if it was really called # > action set tests ok 11 - config redirect is "/custom" ok 12 - check if it was really called ok 13 - default view is TT ok 14 - default template is error.tt2 ok 15 - default content type is "text/html; charset=utf-8" ok 16 - check if it was really called ok 17 - now view is "View" ok 18 - now template is my_error.tt2 ok 19 - now content type is "text/plain; charset=utf-8" ok 20 - now response status is "0" ok All tests successful, 1 test and 2 subtests skipped. Files=3, Tests=30, 0 wallclock secs ( 0.45 cusr + 0.12 csys = 0.57 CPU) make: *** [htmlifypods] Hangup