
Dist::Zilla::Plugin::MetaNoIndex - Stop CPAN from indexing stuff

version 0.0300

In your dist.ini:
[MetaNoIndex] directory = author.t directory = examples file = lib/Foo.pm package = My::Module namespace = My::Module

This plugin allows you to prevent PAUSE/CPAN from indexing files you don't want indexed. This is useful if you build test classes or example classes that are used for those purposes only, and are not part of the distribution. It does this by adding a no_index block to your META.yml file in your distribution.
The following directives are available.
Exclude folders and everything in them. Example: author.t. Aliases: folder, dir.
Exclude a specific file. Example: lib/Foo.pm.
Exclude by package name. Example: My::Package. Aliases: class, module.
Exclude everything under a specific namespace. Example: My::Package.
NOTE: This will not exclude the package My::Package, only everything under it like My::Package::Foo.

http://rt.cpan.org/Public/Dist/Display.html?Name=Dist-Zilla-Plugin-MetaNoIndex


JT Smith <jt_at_plainblack_com>

Dist::Zilla::Plugin::MetaNoIndex is Copyright 2010 Plain Black Corporation (http://www.plainblack.com/) and is licensed under the same terms as Perl itself.