The way Pause doesn't index files.
Using no_index
no_index => {
file => [ 'My/Module.pm' ],
directory => [ 'My/Private' ],
package => [ 'My::Module::Secret' ],
namespace => [ 'My::Module::Sample' ],
}
Putting files into inc, t, xt directories.
inc
t
xt
See also
See the following documents.
CPAN::Meta::Spec - Indexing distributions a la PAUSE
Note
Pause is the site to upload Perl distributions to CPAN.
Top comments (0)