From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more
1234567 use inc::Module::Install;name 'Test-Pod-Coverage-Permissive';all_from 'lib/Test/Pod/Coverage/Permissive.pm';requires 'Test::More' => 0.88;requires 'Pod::Coverage';WriteAll();
use
inc::Module::Install;
name
'Test-Pod-Coverage-Permissive'
;
all_from
'lib/Test/Pod/Coverage/Permissive.pm'
requires
'Test::More'
=> 0.88;
'Pod::Coverage'
WriteAll();