-
-
09 Nov 2014 16:36:16 UTC
- Distribution: Dist-Zilla-Plugin-SurgicalPodWeaver
- Module version: 0.0023
- Source (raw)
- Browse (raw)
- Changes
- Homepage
- How to Contribute
- Repository
- Issues (0)
- Testers (4323 / 2 / 0)
- Kwalitee
Bus factor: 2- % Coverage
- License: perl_5
- Activity
24 month- Tools
- Download (17.92KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
NAME
Dist::Zilla::Plugin::SurgicalPodWeaver - Surgically apply PodWeaver
VERSION
version 0.0023
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
hintAUTHORS
Robert Krimen <robertkrimen@gmail.com>
Dave Rolsky <autarch@urth.org>
CONTRIBUTOR
Robert Krimen <rokr@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2014 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.
Module Install Instructions
To install Dist::Zilla::Plugin::SurgicalPodWeaver, copy and paste the appropriate command in to your terminal.
cpanm Dist::Zilla::Plugin::SurgicalPodWeaver
perl -MCPAN -e shell install Dist::Zilla::Plugin::SurgicalPodWeaver
For more information on module installation, please visit the detailed CPAN module installation guide.