Lines Matching full:simple
1 package Pod::Simple::PullParserToken;
2 # Base class for tokens gotten from Pod::Simple::PullParser's $parser->get_token
13 sub dump { Pod::Simple::pretty( [ @{ $_[0] } ] ) }
43 Pod::Simple::PullParserToken -- tokens from Pod::Simple::PullParser
47 Given a $parser that's an object of class Pod::Simple::PullParser
64 (Also see L<Pod::Simple::PullParser>)
68 When you do $parser->get_token on a L<Pod::Simple::PullParser>, you should
69 get an object of a subclass of Pod::Simple::PullParserToken.
84 $token->isa('Pod::Simple::PullParserEndToken'), but that's not so
114 L<Pod::Simple::PullParserStartToken>,
115 L<Pod::Simple::PullParserTextToken>, and
116 L<Pod::Simple::PullParserEndToken>.
118 L<Pod::Simple::PullParser> and L<Pod::Simple>
122 Questions or discussion about POD and Pod::Simple should be sent to the
127 L<https://github.com/perl-pod/pod-simple/>. Feel free to fork and contribute, or
128 to clone L<https://github.com/perl-pod/pod-simple.git> and send patches!
130 Patches against Pod::Simple are welcome. Please send bug reports to
131 <bug-pod-simple@rt.cpan.org>.
146 Pod::Simple was created by Sean M. Burke <sburke@cpan.org>.
149 Pod::Simple is maintained by: