Lines Matching full:simple
1 package Pod::Simple::PullParserStartToken;
4 use Pod::Simple::PullParserToken ();
5 our @ISA = ('Pod::Simple::PullParserToken');
44 Pod::Simple::PullParserStartToken -- start-tokens from Pod::Simple::PullParser
48 (See L<Pod::Simple::PullParser>)
52 When you do $parser->get_token on a L<Pod::Simple::PullParser> object, you might
55 This is a subclass of L<Pod::Simple::PullParserToken> and inherits all its methods,
107 Pod::Simple::PullParserStartToken->new( I<tagname>, I<attrhash> )
112 L<Pod::Simple::PullParserToken>, L<Pod::Simple>, L<Pod::Simple::Subclassing>
116 L<Pod::Simple::PullParserToken>, L<Pod::Simple>, L<Pod::Simple::Subclassing>
120 Questions or discussion about POD and Pod::Simple should be sent to the
125 L<https://github.com/perl-pod/pod-simple/>. Feel free to fork and contribute, or
126 to clone L<https://github.com/perl-pod/pod-simple.git> and send patches!
128 Patches against Pod::Simple are welcome. Please send bug reports to
129 <bug-pod-simple@rt.cpan.org>.
144 Pod::Simple was created by Sean M. Burke <sburke@cpan.org>.
147 Pod::Simple is maintained by: