NAME

Pod::Coverage::MethodSignatures - Pod::Coverage extension for Method::Signatures

SYNOPSIS

use Pod::Coverage::MethodSignatures;

my $pcm = Pod::Coverage::MethodSignatures->new(package => 'Foo::Bar');
print 'Coverage: ', $pcm->coverage, "\n";

DESCRIPTION

This module works exactly as Pod::Coverage does, but with a more chill approach to verifying code origin, as overridden in _get_syms(), and with whitelisting of func() and method(), as overridden in _trustme_check().

See the documentation for Pod::Coverage for more information on usage.

SEE ALSO

Method::Signatures, Pod::Coverage, Test::Pod::Coverage

THANKS

Method::Signatures::Moose authors - I borrowed your Pod

Michael Schwern - answered questions, verified hypotheses

AUTHOR

Darian Anthony Patrick <dap@darianpatrick.com>

COPYRIGHT AND LICENSE

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.