Package: test-pod-pm
Version: 1.51
Revision: 1
Type: perl
Description: Check for POD errors in files
License: Artistic
Homepage: https://metacpan.org/dist/Test-Pod/
Maintainer: Daniel Macks <dmacks@netspace.org>

# Dependencies.
BuildDepends: fink (>= 0.24.12)
Depends: <<
	pod-simple-pm
<<

# Unpack Phase.
Source: mirror:cpan:authors/id/E/ET/ETHER/Test-Pod-%v.tar.gz
Source-Checksum: SHA256(c1a1d3cedf4a579e3aad89c36f9878a8542b6656dbe71f1581420f49582d7efb)

# Install Phase.
UpdatePOD: true
DocFiles: Changes

# Documentation.
DescDetail: <<
Test::Pod lets you check the validity of a POD file, and report its
results in standard Test::Simple fashion.  It uses Pod::Simple to do
the heavy lifting.

Module authors can put code into a t/pod.t file and have Test::Pod
automatically find and check all POD files in a module distribution.
You can also specify a list of files to check, using the
all_pod_files() function.
<<
DescPackaging: <<
	Former maintainer: Blair Zajac <blair@orcaware.com>
<<