Skip to content

Commit

Permalink
fix POD test too
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Feb 13, 2018
1 parent a18da70 commit 03988ae
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions t/pod_coverage.t
Expand Up @@ -7,5 +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';

# DEPRECATED!
all_pod_coverage_ok({also_private => ['data', 'remaining']});
all_pod_coverage_ok();

0 comments on commit 03988ae

Please sign in to comment.