-
-
03 Jan 2010 02:03:58 UTC
- Browse (raw)
- Changes
- How to Contribute
- Issues (1)
- Testers (6269 / 2 / 0)
- Kwalitee
Bus factor: 0- 50.71% Coverage
- License: unknown
- Activity
24 month- Tools
- Download (27.03KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- File::Temp
- IO::String
- Pod::Parser
- Scalar::Util
- Task::Weaken
- Test::More
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
Changes for version 0.20
- Removed usage of UNIVERSAL isa and can as functions, will correct a deprecation warning with Perl 5.11. Fixed a bug with nodes->from_pod which did not work as documented. Corrected some minor errors with documentation formatting. Added test coverage for from_pod.
Documentation
Pod Abstract Filter. Transform Pod documents from the command line.Modules
Abstract document tree for Perl POD documentsBuild new nodes for use in Pod::Abstract.Generic Pod-in to Pod-out filter.paf command to insert explict =pod commands before each Pod block in a document.paf command to remove =pod commands from the begining of Pod blocks.paf command to remove non-processed (cut) portions of a Pod document.paf command to find specific nodes that contain a string.paf command for basic multipart section numbering.paf command to perform a method documentation overlay on a Pod document.paf command to alphabetically sort sub-sections within a Pod sectionpaf command to show document outline, with short examples.paf command to turn source code into verbatim nodes.paf command to remove "overlay" blocks from a Pod document, as created by the paf overlay command.Pod Document Node.Internal Parser class of Pod::Abstract.Search for POD nodes matching a path within a document tree.generate a global sequence of serial numbers.Manage a level of Pod document tree Nodes.Other files
Module Install Instructions
To install Pod::Abstract, copy and paste the appropriate command in to your terminal.
cpanm Pod::Abstract
perl -MCPAN -e shell install Pod::Abstract
For more information on module installation, please visit the detailed CPAN module installation guide.