Skip to content

Commit

Permalink
Pod::Coverage -> Pod::Coverage::TrustMe
Browse files Browse the repository at this point in the history
  • Loading branch information
haarg committed Feb 20, 2024
1 parent 3c7171c commit 843ee1d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Makefile.PL
Expand Up @@ -26,7 +26,7 @@ my %META = (
develop => {
requires => {
'Test::Pod' => 1.00,
'Test::Pod::Coverage' => 1.00,
'Test::Pod::Coverage::TrustMe' => '0.002000',
},
},
},
Expand Down
3 changes: 3 additions & 0 deletions lib/CPAN/Changes/HasEntries.pm
Expand Up @@ -88,3 +88,6 @@ sub remove_entry {

require CPAN::Changes::Entry;
1;
__END__
=for Pod::Coverage .*
7 changes: 2 additions & 5 deletions xt/author/pod_coverage.t
@@ -1,5 +1,2 @@
use Test::More;
use Test::Pod::Coverage 1.00;
pod_coverage_ok($_, { also_private => [ qr/^BUILDARGS$/ ] })
for grep { $_ ne 'CPAN::Changes::HasEntries' } all_modules;
done_testing;
use Test::Pod::Coverage::TrustMe;
all_pod_coverage_ok($_, { require_link => 1 });

0 comments on commit 843ee1d

Please sign in to comment.