-
-
04 Jul 2014 19:49:04 UTC
- Distribution: Pod-Plainer
- Module version: 1.04
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Issues (0)
- Testers (1054 / 0 / 0)
- Kwalitee
Bus factor: 1- 100.00% Coverage
- License: perl_5
- Perl: v5.6.0
- Activity
24 month- Tools
- Download (3.41KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- Pod::Parser
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME
Pod::Plainer - Perl extension for converting Pod to old-style Pod.
SYNOPSIS
use Pod::Plainer; my $parser = Pod::Plainer -> new (); $parser -> parse_from_filehandle(\*STDIN);
DESCRIPTION
Pod::Plainer uses Pod::Parser which takes Pod with the (new) 'C<< .. >>' constructs and returns the old(er) style with just 'C<>'; '<' and '>' are replaced by 'E<lt>' and 'E<gt>'.
This can be used to pre-process Pod before using tools which do not recognise the new style Pods.
METHODS
- escape_ltgt
-
Replace '<' and '>' by 'E<lt>' and 'E<gt>'.
- simple_delimiters
-
Replace delimiters by '<' and '>'.
- textblock
-
Redefine
textblock
from Pod::Parser to useescape_ltgt
andsimple_delimiters
.
EXPORT
None by default.
AUTHOR
Robin Barker, rmbarker@cpan.org
SEE ALSO
See Pod::Parser.
COPYRIGHT AND LICENSE
Copyright (C) 2009, 2010, 2014 by Robin Barker
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.10.1 or, at your option, any later version of Perl 5 you may have available.
Module Install Instructions
To install Pod::Plainer, copy and paste the appropriate command in to your terminal.
cpanm Pod::Plainer
perl -MCPAN -e shell install Pod::Plainer
For more information on module installation, please visit the detailed CPAN module installation guide.