1Pod::Simple::PullParserEPnedrTlokPerno(g3rpamm)mers RefPeorde:n:cSeimGpulied:e:PullParserEndToken(3pm)
2
3
4
6 Pod::Simple::PullParserEndToken -- end-tokens from
7 Pod::Simple::PullParser
8
10 (See Pod::Simple::PullParser)
11
13 When you do $parser->get_token on a Pod::Simple::PullParser, you might
14 get an object of this class.
15
16 This is a subclass of Pod::Simple::PullParserToken and inherits all its
17 methods, and adds these methods:
18
19 $token->tagname
20 This returns the tagname for this end-token object. For example,
21 parsing a "=head1 ..." line will give you a start-token with the
22 tagname of "head1", token(s) for its content, and then an end-token
23 with the tagname of "head1".
24
25 $token->tagname(somestring)
26 This changes the tagname for this end-token object. You probably
27 won't need to do this.
28
29 $token->tag(...)
30 A shortcut for $token->tagname(...)
31
32 $token->is_tag(somestring) or $token->is_tagname(somestring)
33 These are shortcuts for "$token->tag() eq somestring"
34
35 You're unlikely to ever need to construct an object of this class for
36 yourself, but if you want to, call
37 "Pod::Simple::PullParserEndToken->new( tagname )"
38
40 Pod::Simple::PullParserToken, Pod::Simple, Pod::Simple::Subclassing
41
43 Questions or discussion about POD and Pod::Simple should be sent to the
44 pod-people@perl.org mail list. Send an empty email to
45 pod-people-subscribe@perl.org to subscribe.
46
47 This module is managed in an open GitHub repository,
48 http://github.com/theory/pod-simple/ <http://github.com/theory/pod-
49 simple/>. Feel free to fork and contribute, or to clone
50 git://github.com/theory/pod-simple.git <git://github.com/theory/pod-
51 simple.git> and send patches!
52
53 Patches against Pod::Simple are welcome. Please send bug reports to
54 <bug-pod-simple@rt.cpan.org>.
55
57 Copyright (c) 2002 Sean M. Burke.
58
59 This library is free software; you can redistribute it and/or modify it
60 under the same terms as Perl itself.
61
62 This program is distributed in the hope that it will be useful, but
63 without any warranty; without even the implied warranty of
64 merchantability or fitness for a particular purpose.
65
67 Pod::Simple was created by Sean M. Burke <sburke@cpan.org>. But don't
68 bother him, he's retired.
69
70 Pod::Simple is maintained by:
71
72 · Allison Randal "allison@perl.org"
73
74 · Hans Dieter Pearcey "hdp@cpan.org"
75
76 · David E. Wheeler "dwheeler@cpan.org"
77
78
79
80perl v5.12.4 2011-06-0P7od::Simple::PullParserEndToken(3pm)