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

NAME

Dist::Zilla::Plugin::MetaRecommends - provide optional prereqs in meta file

VERSION

version 0.02

SYNOPSIS

    [MetaRecommends]
    module = version
    other::module = version

DESCRIPTION

This plugin adds a 'recommends' section to the distribution's metadata to define any optional prereqs.

This module is just a copy of the MetaResources plugin version 1.092680 with a few minor tweaks.

SUBROUTINES/METHODS

metadata()

required method for Dist::Zilla.

AUTHOR

  Alex White <VVu@geekfarm.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2009 by Alex White.

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