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

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.