The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
NAME
    Dist::Zilla::Plugin::Prereqs::FromCPANfile - Parse cpanfile for prereqs

SYNOPSIS
      # dist.ini
      [Prereqs::FromCPANfile]

DESCRIPTION
    Dist::Zilla::Plugin::Prereqs::FromCPANfile is a Dist::Zilla plugin to
    read *cpanfile* to determine prerequisites for your distribution. This
    does the opposite of what Dist::Zilla::Plugin::CPANFile does, which is
    to *create* a "cpanfile" using the prereqs collected elsewhere.

    When "feature" DSL is used in "cpanfile", it will correctly be converted
    to "optional_features" in META data.

    DO NOT USE THIS PLUGIN IN COMBINATION WITH Plugin::CPANFile. You will
    probably be complained about creating duplicate files from dzil.

AUTHOR
    Tatsuhiko Miyagawa <miyagawa@bulknews.net>

COPYRIGHT
    Copyright 2013- Tatsuhiko Miyagawa

LICENSE
    This library is free software; you can redistribute it and/or modify it
    under the same terms as Perl itself.

SEE ALSO
    Module::CPANfile