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