[Bps-public-commit] r19705 - Net-Google-Code/trunk/xt
sunnavy at bestpractical.com
sunnavy at bestpractical.com
Mon May 18 08:19:42 EDT 2009
Author: sunnavy
Date: Mon May 18 08:19:41 2009
New Revision: 19705
Modified:
Net-Google-Code/trunk/xt/pod-coverage.t
Log:
omit all upcase subs which are used in Moose to make pod coverage happy
Modified: Net-Google-Code/trunk/xt/pod-coverage.t
==============================================================================
--- Net-Google-Code/trunk/xt/pod-coverage.t (original)
+++ Net-Google-Code/trunk/xt/pod-coverage.t Mon May 18 08:19:41 2009
@@ -2,4 +2,4 @@
eval "use Test::Pod::Coverage 1.04";
plan skip_all => "Test::Pod::Coverage 1.04 required for testing POD coverage" if $@;
-all_pod_coverage_ok();
+all_pod_coverage_ok( { also_private => [ qr/^[A-Z_]+$/ ] } );
More information about the Bps-public-commit
mailing list