Lines Matching full:simple
1 package Pod::Simple::PullParserTextToken;
4 use Pod::Simple::PullParserToken ();
5 our @ISA = ('Pod::Simple::PullParserToken');
25 Pod::Simple::PullParserTextToken -- text-tokens from Pod::Simple::PullParser
29 (See L<Pod::Simple::PullParser>)
33 When you do $parser->get_token on a L<Pod::Simple::PullParser>, you might
36 This is a subclass of L<Pod::Simple::PullParserToken> and inherits all its methods,
84 Pod::Simple::PullParserTextToken->new( I<text> )
89 L<Pod::Simple::PullParserToken>, L<Pod::Simple>, L<Pod::Simple::Subclassing>
93 Questions or discussion about POD and Pod::Simple should be sent to the
98 L<https://github.com/perl-pod/pod-simple/>. Feel free to fork and contribute, or
99 to clone L<https://github.com/perl-pod/pod-simple.git> and send patches!
101 Patches against Pod::Simple are welcome. Please send bug reports to
102 <bug-pod-simple@rt.cpan.org>.
117 Pod::Simple was created by Sean M. Burke <sburke@cpan.org>.
120 Pod::Simple is maintained by: