fixing Makefile.PL and tweaking pod-coverage to not complain about
Jay Kuri [Mon, 27 Jul 2009 15:22:52 +0000 (09:22 -0600)]
the two functions in the realm.

Makefile.PL
t/pod-coverage.t

index 94803ab..542d99f 100644 (file)
@@ -17,3 +17,5 @@ requires (
          );
          
 test_requires ('Test::More' => 0.42);
+
+WriteAll;
\ No newline at end of file
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)$/ ], });