Skip to content

Commit

Permalink
Accept ALL_CAPS constant subs as documented
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmv committed May 8, 2012
1 parent 1d75f55 commit 6fe9ebb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xt/release/99-pod-coverage.t
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ eval "use Test::Pod::Coverage 1.00";
plan skip_all => "Test::Pod::Coverage 1.00 required for testing POD coverage" if $@;
plan skip_all => "Coverage tests only run for authors" unless ( -d 'inc/.author' );

all_pod_coverage_ok();
all_pod_coverage_ok({ also_private => [ qr/^[A-Z_]+$/ ] });

# Workaround for dumb bug (fixed in 5.8.7) where Test::Builder thinks that
# certain "die"s that happen inside evals are not actually inside evals,
Expand Down

0 comments on commit 6fe9ebb

Please sign in to comment.