Test::Pod

Test::Pod, a test module for validating Perl POD documentation.

Latest version: 1.52 registry icon
Maintenance score
0
Safety score
0
Popularity score
7
Check your open source dependency risks. Get immediate insight about security, stability and licensing risks.
Security
  Vulnerabilities
Version Suggest Low Medium High Critical
1.52 0 0 0 0 0
1.51 0 0 0 0 0
1.50 0 0 0 0 0
1.49 0 0 0 0 0
1.48 0 0 0 0 0
1.47 0 0 0 0 0
1.46 0 0 0 0 0
1.45 0 0 0 0 0
1.44 0 0 0 0 0
1.43 0 0 0 0 0
1.42 0 0 0 0 0
1.41 0 0 0 0 0
1.40 0 0 0 0 0
1.26 0 0 0 0 0
1.24 0 0 0 0 0
1.22 0 0 0 0 0
1.20 0 0 0 0 0
1.16 0 0 0 0 0
1.14 0 0 0 0 0
1.12 0 0 0 0 0
1.10 0 0 0 0 0
1.08 0 0 0 0 0
1.06 0 0 0 0 0
1.04 0 0 0 0 0
1.02 0 0 0 0 0
1.00 0 0 0 0 0
0.96 0 0 0 0 0
0.95 0 0 0 0 0
0.90 0 0 0 0 0
0.72 0 0 0 0 0
0.71 0 0 0 0 0
0.70 0 0 0 0 0
0.63 0 0 0 0 0
0.62 0 0 0 0 0
0.61 0 0 0 0 0
0.6 0 0 0 0 0

Stability
Latest release:

1.52 - 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



Test/Pod version 1.53

This library's module, Test::Pod, provides an interface for validating POD in module files.

INSTALLATION

To install this module, type the following:

perl Makefile.PL
make
make test
make install

Dependencies

Test::Pod requires the following modules:

  • Pod::Simple 3.05
  • Test::More 0.62
  • Test::Builder::Tester 1.02
  • File::Spec

Copyright and Licence

Copyright 2006-2010, Andy Lester; 2010-2015 David E. Wheeler. Some Rights Reserved.

This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself.