Skip to content

tessarin/Test2-Tools-Pod

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Test2::Tools::Pod

POD syntax test for Test2

use Test2::V0;
use Test2::Tools::Pod;

# Check a single file
pod_ok 'lib/Module.pm';

# Check all modules in distribution
all_pod_ok;

done_testing;

Installation

Install with cpanm:

$ cpanm Test2::Tools::Pod

Documentation

To learn more about Test2::Tools::Pod, check the included documentation with:

$ perldoc Test2::Tools::Pod

Or, if you haven't installed it yet:

$ perldoc lib/Test2/Tools/Pod

About

Test2 tool to check POD syntax in Perl files

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages