DEV Community

Yuki Kimoto - SPVM Author
Yuki Kimoto - SPVM Author

Posted on

The way Pause doesn't index files.

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' ],
}
Enter fullscreen mode Exit fullscreen mode

Putting files into inc, t, xt directories.

inc
t
xt
Enter fullscreen mode Exit fullscreen mode

See also

See the following documents.

CPAN::Meta::Spec - no_index

CPAN::Meta::Spec - Indexing distributions a la PAUSE

Note

Pause is the site to upload Perl distributions to CPAN.

Top comments (0)