-
Notifications
You must be signed in to change notification settings - Fork 60
/
README
58 lines (38 loc) · 1.64 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
Pod::Simple
Pod::Simple is a Perl library for parsing text in the Pod ("plain old
documentation") markup language that is typically used for writing
documentation for Perl and for Perl modules. The Pod format is explained
in the <perlpod> file shipped with Perl5; the most common formatter is called
<perldoc>.
Pod formatters can use Pod::Simple to parse Pod documents and render them into
plain text, HTML, or any number of other formats.
Installation
To install this module, type the following:
perl Makefile.PL
make
make test
make install
Support
Questions or discussion about POD and Pod::Simple should be sent to the
[email protected] mail list. Send an empty email to
[email protected] to subscribe.
This module is managed in an open GitHub repository,
<https://github.com/perl-pod/pod-simple/>. Feel free to fork and contribute, or
to clone it and send patches!
Patches against Pod::Simple are welcome. Please send bug reports to
Copyright and Disclaimers
Copyright (c) 2002 Sean M. Burke. All rights reserved.
This library is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.
This program is distributed in the hope that it will be useful, but
without any warranty; without even the implied warranty of
merchantability or fitness for a particular purpose.
Author
Pod::Simple was created by Sean M. Burke <[email protected]>.
But don't bother him, he's retired.
Pod::Simple is maintained by:
* Allison Randal <[email protected]>
* Hans Dieter Pearcey <[email protected]>
* David E. Wheeler <[email protected]>
* Marc Green <[email protected]>