Lines Matching full:pod
1 package Pod::Simple::Methody;
4 use Pod::Simple ();
6 our @ISA = ('Pod::Simple');
44 Pod::Simple::Methody -- turn Pod::Simple events into method calls
51 use base qw(Pod::Simple::Methody);
72 interest to people writing Pod formatters based on Pod::Simple.
75 Pod::Simple's _handle_element_start, _handle_text, and
77 calls. (Otherwise, this is a subclass of L<Pod::Simple> and inherits all
80 You can use this class as the base class for a Pod formatter/processor.
84 When Pod::Simple sees a "=head1 Hi there", for example, it basically does
91 But if you subclass Pod::Simple::Methody, it will instead do this
98 If Pod::Simple sends an event where the element name has a dash,
103 See the source for Pod::Simple::Text for an example of using this class.
107 L<Pod::Simple>, L<Pod::Simple::Subclassing>
111 Questions or discussion about POD and Pod::Simple should be sent to the
112 pod-people@perl.org mail list. Send an empty email to
113 pod-people-subscribe@perl.org to subscribe.
116 L<https://github.com/perl-pod/pod-simple/>. Feel free to fork and contribute, or
117 to clone L<https://github.com/perl-pod/pod-simple.git> and send patches!
119 Patches against Pod::Simple are welcome. Please send bug reports to
120 <bug-pod-simple@rt.cpan.org>.
135 Pod::Simple was created by Sean M. Burke <sburke@cpan.org>.
138 Pod::Simple is maintained by: