The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Dist::Zilla::Plugin::Keywords - Add keywords to metadata in your distribution

VERSION

version 0.007

SYNOPSIS

In your dist.ini:

    [Keywords]
    keyword = plugin
    keyword = tool
    keywords = development Dist::Zilla

Or, in your dist.ini:

    [Keywords]

And in your main module:

    # KEYWORDS: plugin development tool

DESCRIPTION

This plugin adds metadata to your distribution under the keywords field. The CPAN meta specification defines this field as:

    A List of keywords that describe this distribution. Keywords must not include whitespace.

CONFIGURATION OPTIONS

keyword, keywords

One or more words to be added as keywords. Can be repeated more than once. Strings are broken up by whitespace and added as separate words.

If no configuration is provided, the main module of your distribution is scanned for the first # KEYWORDS: comment.

SEE ALSO

SUPPORT

Bugs may be submitted through the RT bug tracker (or bug-Dist-Zilla-Plugin-Keywords@rt.cpan.org).

There is also a mailing list available for users of this distribution, at http://dzil.org/#mailing-list.

There is also an irc channel available for users of this distribution, at #distzilla on irc.perl.org.

I am also usually active on irc, as 'ether' at irc.perl.org.

AUTHOR

Karen Etheridge <ether@cpan.org>

COPYRIGHT AND LICENCE

This software is copyright (c) 2014 by Karen Etheridge.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.