The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

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

VERSION

version 0.0100

SYNOPSIS

In your dist.ini:

 [MetaNoIndex]
 folder = author.t
 folder = examples

DESCRIPTION

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.

AUTHOR

JT Smith <jt_at_plainblack_com>

LEGAL

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