Initial commit of Moosified Catalyst parts.
[catagits/Catalyst-Runtime.git] / t / 03podcoverage.t
index 955f071..68d113e 100644 (file)
@@ -4,4 +4,8 @@ eval "use Test::Pod::Coverage 1.04";
 plan skip_all => 'Test::Pod::Coverage 1.04 required' if $@;
 plan skip_all => 'set TEST_POD to enable this test' unless $ENV{TEST_POD} || -e 'inc/.author';
 
-all_pod_coverage_ok();
+all_pod_coverage_ok(
+  { 
+    also_private => ['BUILD']
+  }
+);