logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Dist::Zilla::Plugin::ReadmeFromPod - dzil plugin to generate README from POD

Authors

       Fayland Lam <fayland@gmail.com> and Ævar Arnfjörð Bjarmason <avar@cpan.org>

       Robert Rothenberg <rrwo@cpan.org> modified this plugin to use Pod::Readme.

Description

       This plugin generates the README from "main_module" (or specified) by Pod::Readme.

   Options
       The following options are supported:

       "filename"

       The name of the file to extract the README from. This defaults to the main module of the distribution.

       "type"

       The type of README you want to generate. This defaults to "text".

       Other options are "html", "pod", "markdown" and "rtf".

       "pod_class"

       This is the Pod::Simple class used to translate a file to the format you want. The default is based on
       the "type" setting, but if you want to generate an alternative type, you can set this option instead.

       "readme"

       The name of the file, which defaults to one based on the "type".

   ConflictswithOtherPlugins
       We will remove the README created by Dist::Zilla::Plugin::Readme automatically.

Name

       Dist::Zilla::Plugin::ReadmeFromPod - dzil plugin to generate README from POD

Synopsis

           # dist.ini
           [ReadmeFromPod]

           # or
           [ReadmeFromPod]
           filename = lib/XXX.pod
           type = markdown
           readme = READTHIS.md

See Also