Lines Matching full:simple
1 package Pod::Simple::PullParserEndToken;
4 use Pod::Simple::PullParserToken ();
5 our @ISA = ('Pod::Simple::PullParserToken');
29 Pod::Simple::PullParserEndToken -- end-tokens from Pod::Simple::PullParser
33 (See L<Pod::Simple::PullParser>)
37 When you do $parser->get_token on a L<Pod::Simple::PullParser>, you might
40 This is a subclass of L<Pod::Simple::PullParserToken> and inherits all its methods,
70 Pod::Simple::PullParserEndToken->new( I<tagname> )
75 L<Pod::Simple::PullParserToken>, L<Pod::Simple>, L<Pod::Simple::Subclassing>
79 Questions or discussion about POD and Pod::Simple should be sent to the
84 L<https://github.com/perl-pod/pod-simple/>. Feel free to fork and contribute, or
85 to clone L<https://github.com/perl-pod/pod-simple.git> and send patches!
87 Patches against Pod::Simple are welcome. Please send bug reports to
88 <bug-pod-simple@rt.cpan.org>.
103 Pod::Simple was created by Sean M. Burke <sburke@cpan.org>.
106 Pod::Simple is maintained by: