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

NAME

Dist::Zilla::Plugin::ReadmeMarkdownFromPod - Automatically convert POD to a README.mkdn for Dist::Zilla

VERSION

version 0.100700

SYNOPSIS

    # dist.ini
    [ReadmeMarkdownFromPod]

DESCRIPTION

Generate a README.mkdn from main_module by Pod::Markdown

The code is mostly a copy-paste of Dist::Zilla::Plugin::ReadmeFromPod

SYNOPSIS

  use Dist::Zilla::Plugin::ReadmeMarkdownFromPod;

AUTHOR

Jacob Helwig <jhelwig at cpan.org>

LICENSE

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