forked from perl-pod/pod-simple
-
Notifications
You must be signed in to change notification settings - Fork 0
Framework for Parsing and Formatting POD
felliott/pod-simple
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
=head1 Pod::Simple version 3.15 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 L<perlpod>; the most common formatter is called C<perldoc>. Pod formatters can use Pod::Simple to parse Pod documents and render them into plain text, HTML, or any number of other formats. =head2 Installation To install this module, type the following: perl Makefile.PL make make test make install =head2 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, L<http://github.com/theory/pod-simple/>. Feel free to fork and contribute, or to clone L<git://github.com/theory/pod-simple.git> and send patches! Patches against Pod::Simple are welcome. Please send bug reports to <[email protected]>. =head1 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. =head1 Author Pod::Simple was created by Sean M. Burke <[email protected]>. But don't bother him, he's retired. Pod::Simple is maintained by: =over =item * Allison Randal C<[email protected]> =item * Hans Dieter Pearcey C<[email protected]> =item * David E. Wheeler C<[email protected]> =back =cut
About
Framework for Parsing and Formatting POD
Resources
Stars
Watchers
Forks
Packages 0
No packages published
Languages
- Perl 100.0%