Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
nothing is deprecated at the moment
  • Loading branch information
kraih committed Jun 3, 2016
1 parent 3987e6d commit 05c3101
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions t/pod_coverage.t
Expand Up @@ -7,13 +7,4 @@ plan skip_all => 'set TEST_POD to enable this test (developer only!)'
plan skip_all => 'Test::Pod::Coverage 1.04+ required for this test!'
unless eval 'use Test::Pod::Coverage 1.04; 1';

my %RULES = (
'Mojo::IOLoop' => {also_private => ['multi_accept']},
'Mojo::IOLoop::Server' => {also_private => ['multi_accept']},
'Mojo::Server::Daemon' => {also_private => ['multi_accept']},
'Mojo::Server::Morbo' => {also_private => ['check']},
'Mojo::Template' => {also_private => ['build', 'compile', 'interpret']}
);
pod_coverage_ok($_, $RULES{$_} || {}) for all_modules();

done_testing();
all_pod_coverage_ok();

0 comments on commit 05c3101

Please sign in to comment.