Path to this page:
Subject: CVS commit: pkgsrc/textproc/p5-Pod-Parser
From: Jens Rehsack
Date: 2009-03-22 23:02:59
Message id: 20090322220259.E84F8175D0@cvs.netbsd.org
Log Message:
Importing package for perl-module Pod::Parser-1.38
To create a POD filter for translating POD documentation into some other
format, you create a subclass of Pod::Parser which typically overrides just
the base class implementation for the following methods:
* command()
* verbatim()
* textblock()
* interior_sequence()
The reason of this import is the huge amount of bug fixes, even if it's
declared as deprecated. Pod::Latex-users (and other Pod::Parser dependent)
will benefit from this import:
Before using this for any _new_ software, please consider using Pod::Simple,
it is a modern replacement for this module.
09-Feb-2008 Marek Rouchal <marekr@cpan.org>
-----------------------------------------------------------------------------
Version 1.38
+ missed one (important) line from one of the patches below in pod2usage2.t
No change in the *.pm files
Files: