Sophie

Sophie

distrib > Mageia > 7 > armv7hl > media > core-release > by-pkgid > 8a246e687c0351f9feb3e13696d8d36c > files > 5

perl-Dist-Zilla-Plugin-SurgicalPodWeaver-0.2.300-4.mga7.noarch.rpm

NAME
    Dist::Zilla::Plugin::SurgicalPodWeaver - Surgically apply PodWeaver

VERSION
    version 0.0021

SYNOPSIS
    In your Dist::Zilla "dist.ini":

        [SurgicalPodWeaver]

    To hint that you want to apply PodWeaver:

        package Xyzzy;
        # Dist::Zilla: +PodWeaver

        ...

DESCRIPTION
    Dist::Zilla::Plugin::SurgicalPodWeaver will only PodWeaver a .pm if:

        1. There exists an # ABSTRACT: ...
        2. The +PodWeaver hint is present

    If either condition is satisfied, PodWeavering will be done.

    You can forcefully disable PodWeaver on a .pm by using the "-PodWeaver"
    hint

AUTHOR
    Robert Krimen <robertkrimen@gmail.com>

COPYRIGHT AND LICENSE
    This software is copyright (c) 2013 by Robert Krimen.

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