The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
NAME
    Dist::Zilla::Plugin::HelpWanted - insert 'Help Wanted' information in
    the distribution's META

VERSION
    version 0.2.1

SYNOPSIS
    In dist.ini:

        [HelpWanted]
        positions = maintainer co-maintainer coder translator documentation tester

    or

        [HelpWanted]
        maintainer    = 1
        co-maintainer = 1
        coder         = 1
        translator    = 1
        documentation = 1
        tester        = 1

DESCRIPTION
    "Dist::Zilla::Plugin::HelpWanted" adds an "x_help_wanted" field in the
    META information of the distribution.

CONFIGURATION OPTIONS
    Position are passed to the plugin either via the option "positions", or
    piecemeal (see example above).

    The list of possible positions is:

    maintainer
    co-maintainer
    coder
    translator
    documentation
    tester

AUTHOR
    Yanick Champoux <yanick@cpan.org>

COPYRIGHT AND LICENSE
    This software is copyright (c) 2012 by Yanick Champoux.

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