NAME
P5U::Lib::TestPod - support library implementing p5u's testpod command
SYNOPSIS
use P5U::Lib::TestPod;
P5U::Lib::TestPod->test_pod(@files);
DESCRIPTION
This is a support library for the testpod command.
Class Method
There's only one method (a class method, not an object method... this isn't really an OO module) worth caring about:
test_pod(@files)
-
Tests the pod in given files. Writes TAP to STDOUT.
Actually, some of the files can be directories, in which case those directories will be scanned for Perl modules, scripts and pod files.
BUGS
Please report any bugs to http://rt.cpan.org/Dist/Display.html?Queue=P5U.
SEE ALSO
p5u.
AUTHOR
Toby Inkster <tobyink@cpan.org>.
COPYRIGHT AND LICENCE
This software is copyright (c) 2012-2013 by Toby Inkster.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
DISCLAIMER OF WARRANTIES
THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.