1Pod::Abstract::Parser(3U)ser Contributed Perl DocumentatiPoond::Abstract::Parser(3)
2
3
4

NAME

6       Pod::Abstract::Parser - Internal Parser class of Pod::Abstract.
7

DESCRIPTION

9       This is a "Pod::Parser" subclass, used by "Pod::Abstract" to convert
10       Pod text into a Node tree. You do not need to use this class yourself,
11       the "Pod::Abstract" class will do the work of creating the parser and
12       running it for you.
13

METHODS

15   new
16        Pod::Abstract::Parser->new( $pod_abstract );
17
18       Requires a Pod::Abstract object to load Pod data into. Should only be
19       called internally by Pod::Abstract.
20

AUTHOR

22       Ben Lilburne <bnej@mac.com>
23
25       Copyright (C) 2009 Ben Lilburne
26
27       This program is free software; you can redistribute it and/or modify it
28       under the same terms as Perl itself.
29
30
31
32perl v5.30.0                      2019-07-26          Pod::Abstract::Parser(3)
Impressum