Skip to content

Commit

Permalink
dummy POD to pass xt/pod_coverage.t
Browse files Browse the repository at this point in the history
  • Loading branch information
fujiwara committed Jun 5, 2012
1 parent f75c3fb commit b218d67
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
16 changes: 16 additions & 0 deletions lib/Path/AttrRouter.pm
Expand Up @@ -419,6 +419,22 @@ to leave the stub unedited.
Blah blah blah.
=head1 METHODS
=over 4
=item get_action
=item get_actions
=item make_action_cache
=item match
=item print_table
=back
=head1 AUTHOR
Daisuke Murase <typester@cpan.org>
Expand Down
6 changes: 5 additions & 1 deletion xt/pod_coverage.t
Expand Up @@ -2,4 +2,8 @@ use Test::More;
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();
pod_coverage_ok(
"Path::AttrRouter",
{ also_private => [ qr/^[A-Z_]+$/ ], }
);
done_testing;

0 comments on commit b218d67

Please sign in to comment.