fixing Makefile.PL and tweaking pod-coverage to not complain about
[catagits/Catalyst-Authentication-Realm-Adaptor.git] / t / pod-coverage.t
index fc40a57..3636c6b 100644 (file)
@@ -15,4 +15,4 @@ eval "use Pod::Coverage $min_pc";
 plan skip_all => "Pod::Coverage $min_pc required for testing POD coverage"
     if $@;
 
-all_pod_coverage_ok();
+all_pod_coverage_ok({ also_private => [ qr/^(find_user|authenticate)$/ ], });