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::Keywords - add keywords to metadata in your distribution

VERSION

version 0.004

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.

SUPPORT

Bugs may be submitted through the RT bug tracker (or bug-Dist-Zilla-Plugin-Keywords@rt.cpan.org). I am also usually active on irc, as 'ether' at irc.perl.org.

SEE ALSO

AUTHOR

Karen Etheridge ether@cpan.org

COPYRIGHT AND LICENSE

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.