-
-
18 Jan 2021 18:00:28 UTC
- Distribution: Dist-Zilla-Plugin-CoalescePod
- Module version: v0.3.0
- Source (raw)
- Browse (raw)
- Changes
- Homepage
- How to Contribute
- Repository
- Issues
- Testers (249 / 0 / 0)
- Kwalitee
Bus factor: 1- 91.84% Coverage
- License: perl_5
- Activity
24 month- Tools
- Download (18.43KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
NAME
Foo - merge .pod files into their .pm counterparts
VERSION
version 0.3.0
SYNOPSIS
# in dist.ini [CoalescePod]
DESCRIPTION
If the files Foo.pm and Foo.pod both exist, the pod file is removed and its content appended to the end of the
.pm
file (or just before a__DATA__
marker if present)AUTHOR
Yanick Champoux <yanick@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2021, 2014, 2013, 2012 by Yanick Champoux.
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::CoalescePod, copy and paste the appropriate command in to your terminal.
cpanm Dist::Zilla::Plugin::CoalescePod
perl -MCPAN -e shell install Dist::Zilla::Plugin::CoalescePod
For more information on module installation, please visit the detailed CPAN module installation guide.