PodParser

PodParser parses sections of a POD.  This package wants to subclasses Pod::Parser but because some people still run ancient systems on which even “core” modules are missing, we have to roll our own pod parser.

Variables

%parse_items_from

my %parse_items_from

%item_pattern_for

my %item_pattern_for

%section_has_rules

my %section_has_rules

Functions

new

sub new

get_items

sub get_items

get_magic

sub get_magic

parse_from_file

sub parse_from_file

command

sub command

textblock

sub textblock

verbatim

sub verbatim

_d

sub _d
my %parse_items_from
my %item_pattern_for
my %section_has_rules
sub new
sub get_items
sub get_magic
sub parse_from_file
sub command
sub textblock
sub verbatim
sub _d
Close