Search results for "module:Pod::Stripper"
Pod::Stripper - strip all pod, and output what's left
This be "Pod::Stripper", a subclass of "Pod::Parser". It parses perl files, stripping out the pod, and dumping the rest (presumably code) to wherever you point it to (like you do with "Pod::Parser"). You could probably subclass it, but I don't see wh...
PODMASTER/Pod-Stripper-0.22 - 28 Feb 2002 06:01:19 UTC
Pod::Wrap - Wrap pod paragraphs, leaving verbatim text and code alone.
This is a Pod::Parser subclass, based on Pod::Stripper. It parses perl files, wrapping pod text, and leaving everything else intact. It prints it's output to wherever you point it to (like you do with Pod::Parser (and Pod::Stripper))....
NUFFIN/Pod-Wrap-0.01 - 08 Jan 2004 12:51:59 UTC
Pod::Stupid - The simplest, stupidest 'pod parser' possible
This module was written to do one simple thing: Given some text as input, split it up into pieces of POD "paragraphs" and non-POD "whatever" and output an AoH describing each piece found, in order. The end user can do whatever s?he wishes with the ou...
SSCAFFIDI/Pod-Stupid-0.005 - 17 Sep 2010 21:32:57 UTC