Upgrade to Pod::Simple 3.13 from CPAN to fix a regression (in 3.08) that broke html...
[p5sagit/p5-mst-13.2.git] / cpan / Pod-Simple / README
CommitLineData
433cf6b4 1=head1 Pod::Simple version 3.13
351625bd 2
a242eeb4 3Pod::Simple is a Perl library for parsing text in the Pod ("plain old
4documentation") markup language that is typically used for writing
5documentation for Perl and for Perl modules. The Pod format is explained
6L<perlpod>; the most common formatter is called C<perldoc>.
351625bd 7
a242eeb4 8Pod formatters can use Pod::Simple to parse Pod documents and render them into
9plain text, HTML, or any number of other formats.
10
11=head2 Installation
12
13To install this module, type the following:
14
15 perl Makefile.PL
16 make
17 make test
18 make install
19
20=head2 Support
21
22Questions or discussion about POD and Pod::Simple should be sent to the
23pod-people@perl.org mail list. Send an empty email to
24pod-people-subscribe@perl.org to subscribe.
25
26This module is managed in an open GitHub repository,
27L<http://github.com/theory/pod-simple/>. Feel free to fork and contribute, or
28to clone L<git://github.com/theory/pod-simple.git> and send patches!
29
30Patches against Pod::Simple are welcome. Please send bug reports to
31<bug-pod-simple@rt.cpan.org>.
32
33=head1 copyright and Disclaimers
34
35Copyright (c) 2002 Sean M. Burke. All rights reserved.
36
37This library is free software; you can redistribute it and/or modify it
38under the same terms as Perl itself.
39
40This program is distributed in the hope that it will be useful, but
41without any warranty; without even the implied warranty of
42merchantability or fitness for a particular purpose.
43
44=head1 Author
45
46Pod::Simple was created by Sean M. Burke <sburke@cpan.org>.
47But don't bother him, he's retired.
48
49Pod::Simple is maintained by:
50
51=over
52
53=item * Allison Randal C<allison@perl.org>
54
55=item * Hans Dieter Pearcey C<hdp@cpan.org>
56
57=item * David E. Wheeler C<dwheeler@cpan.org>
58
59=back
60
61=cut