Pod::Simple

Framework for Parsing and Formatting POD

Latest version: 3.45-TRIAL2 registry icon
Maintenance score
29
Safety score
100
Popularity score
35
Check your open source dependency risks. Get immediate insight about security, stability and licensing risks.
Security
  Vulnerabilities
Version Suggest Low Medium High Critical
3.45-TRIAL2 0 0 0 0 0
3.45-TRIAL1 0 0 0 0 0
3.45 0 0 0 0 0
3.43-TRIAL1 0 0 0 0 0
3.43 0 0 0 0 0
3.42-TRIAL1 0 0 0 0 0
3.42 0 0 0 0 0
3.41-TRIAL1 0 0 0 0 0
3.41 0 0 0 0 0
3.40-TRIAL2 0 0 0 0 0
3.40-TRIAL1 0 0 0 0 0
3.40 0 0 0 0 0
3.39 0 0 0 0 0
3.38-TRIAL1 0 0 0 0 0
3.38 0 0 0 0 0
3.37-TRIAL1 0 0 0 0 0
3.37 0 0 0 0 0
3.36-TRIAL2 0 0 0 0 0
3.36 0 0 0 0 0
3.35 0 0 0 0 0
3.34 0 0 0 0 0

Stability
Latest release:

3.45-TRIAL2 - This version may not be safe as it has not been updated for a long time. Find out if your coding project uses this component and get notified of any reported security vulnerabilities with Meterian-X Open Source Security Platform

Licensing

Maintain your licence declarations and avoid unwanted licences to protect your IP the way you intended.

Artistic-1.0   -   Artistic License 1.0

Not a wildcard

Not proprietary

OSI Compliant


GPL-1.0-or-later   -   GNU General Public License v1.0 or later

Not a wildcard

Not proprietary

OSI Compliant



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 file shipped with Perl5; the most common formatter is called .

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 pod-people@perl.org mail list. Send an empty email to pod-people-subscribe@perl.org 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 bug-pod-simple@rt.cpan.org.

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 sburke@cpan.org. But don't bother him, he's retired.

Pod::Simple is maintained by:

* Allison Randal <allison@perl.org>

* Hans Dieter Pearcey <hdp@cpan.org>

* David E. Wheeler <dwheeler@cpan.org>

* Marc Green <marcgreen@cpan.org>