Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.
Update DEPENDS
Upstream changes:
0.200001 2014-01-12 15:46:22-05:00 America/New_York
- there's now also a post_code_replacer, used to generate replacements
for Pod removed after the final bits of code, in case you were only
worried about affecting code line numbers
Upstream changes:
0.200000 2014-01-11 14:23:46-05:00 America/New_York
- it's now possible to replace Pod with something rather than nothing
when it's extracted from your document; check out the "replacer"
attribute
0.100000 2014-01-07 20:02:01-05:00 America/New_York
- encode character string input into octets for PPI, then ensure output
is also characters
Upstream changes:
0.093333 2013-10-09 17:17:00 America/New_York
update bugtracker and repo data
0.093332 2012-08-24 21:03:56 America/New_York
if there's nothing after __END__ but whitespace (after removing POD)
then place the munged POD there. Also, place a blank line
between __END__ and the POD (thanks, Christopher J. Madsen!)
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package
Like last time, where this caused no complaints.
from CPAN into textproc/p5-Pod-Elemental-PerlMunger.
This role is to be included in classes that rewrite the documentation of
a Perl document, stripping out all the Pod, munging it, and replacing it
into the Perl.