NAME
    Dist::Zilla::Plugin::Rinci::AbstractFromMeta - Fill out abstract from
    Rinci metadata

VERSION
    This document describes version 0.10 of
    Dist::Zilla::Plugin::Rinci::AbstractFromMeta (from Perl distribution
    Dist-Zilla-Plugin-Rinci-AbstractFromMeta), released on 2017-07-07.

SYNOPSIS
    In "dist.ini":

     [Rinci::AbstractFromMeta]

    In your module/script:

     # ABSTRACT:

    During build, abstract will be filled with summary from Rinci package
    metadata, or Rinci function metadata (if there are more than one, will
    pick "the largest" function, measured by the dump length).

    If Abstract is already filled, will leave it alone.

DESCRIPTION
    This plugin is another DRY module. If you have already put summaries in
    Rinci metadata, why repeat it in the dzil Abstract?

HOMEPAGE
    Please visit the project's homepage at
    <https://metacpan.org/release/Dist-Zilla-Plugin-Rinci-AbstractFromMeta>.

SOURCE
    Source repository is at
    <https://github.com/perlancar/perl-Dist-Zilla-Plugin-Rinci-AbstractFromM
    eta>.

BUGS
    Please report any bugs or feature requests on the bugtracker website
    <https://rt.cpan.org/Public/Dist/Display.html?Name=Dist-Zilla-Plugin-Rin
    ci-AbstractFromMeta>

    When submitting a bug or request, please include a test-file or a patch
    to an existing test-file that illustrates the bug or desired feature.

SEE ALSO
    Rinci

AUTHOR
    perlancar <perlancar@cpan.org>

COPYRIGHT AND LICENSE
    This software is copyright (c) 2017, 2015, 2014 by perlancar@cpan.org.

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