• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

lib/Pod/H28-Jun-2021-14,8358,067

t/H03-May-2022-16,94912,961

ChangeLogH A D28-Jun-202134.9 KiB885656

MANIFESTH A D28-Jun-20214.4 KiB218217

MANIFEST.SKIPH A D16-Jun-20211 KiB6747

META.jsonH A D28-Jun-20212 KiB8079

META.ymlH A D28-Jun-20211.1 KiB4645

Makefile.PLH A D16-Jun-20212.6 KiB9167

READMEH A D16-Jun-20211.6 KiB5938

README

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