NAME
    Dist::Zilla::Plugin::PatchModule - Plugin to use when building patch
    modules

VERSION
    This document describes version 0.002 of
    Dist::Zilla::Plugin::PatchModule (from Perl distribution
    Dist-Zilla-Plugin-PatchModule), released on 2019-01-10.

SYNOPSIS
    In dist.ini:

     [PatchModule]

DESCRIPTION
    This plugin is to be used when building patch modules (modules that use
    Module::Patch to bundle a set of monkey patches, for example
    File::Which::Patch::Hide or LWP::UserAgent::Patch::FilterMirror). It
    currently does the following:

    *   Check that distribution name is <TARGET_MODULE>-Patch-<DESCRIPTION>

    *   Check that a dependency to Module::Patch (at least 0.12) has been
        specified

    *   Check that a dependency to target module has been specified

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

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

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

    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
    Module::Patch

    Pod::Weaver::Plugin::PatchModule

AUTHOR
    perlancar <perlancar@cpan.org>

COPYRIGHT AND LICENSE
    This software is copyright (c) 2019, 2016 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.