1Pod::Abstract::Parser(3U)ser Contributed Perl DocumentatiPoond::Abstract::Parser(3)
2
3
4
6 Pod::Abstract::Parser - Internal Parser class of Pod::Abstract.
7
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
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
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.28.0 2010-01-03 Pod::Abstract::Parser(3)