From: Tomas Doran Date: Sat, 22 Oct 2011 00:20:08 +0000 (-0700) Subject: Merge branch script_roles X-Git-Tag: 5.90005~4 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=a96b11c290b395aca951964512c41052cea4de9f;hp=383c5be6711391bd114674e2dfb0b9e84a100a38 Merge branch script_roles --- diff --git a/t/aggregate/unit_core_uri_for_action.t b/t/aggregate/unit_core_uri_for_action.t index c95f978..f7cd481 100644 --- a/t/aggregate/unit_core_uri_for_action.t +++ b/t/aggregate/unit_core_uri_for_action.t @@ -6,7 +6,7 @@ use warnings; use FindBin; use lib "$FindBin::Bin/../lib"; -use Test::More 0.88; +use Test::More; use_ok('TestApp'); diff --git a/t/author/podcoverage.t b/t/author/podcoverage.t index 6510d4e..b43b2df 100644 --- a/t/author/podcoverage.t +++ b/t/author/podcoverage.t @@ -9,6 +9,7 @@ my @modules = all_modules; our @private = ( 'BUILD' ); foreach my $module (@modules) { local @private = (@private, 'run') if $module =~ /^Catalyst::Script::/; + local @private = (@private, 'plugin') if $module =~ /^Catalyst$/; pod_coverage_ok($module, { also_private => \@private, coverage_class => 'Pod::Coverage::TrustPod',