root/lang/perl/Test-Compile/trunk/t/02_pod_coverage.t @ 9814

Revision 9814, 198 bytes (checked in by hanekomu, 5 years ago)

r6189@nbgr: marcel | 2008-04-18 17:00:57 +0200
lang/perl/Test-Compile: initial commit

Line 
1#!perl -w
2
3use strict;
4use warnings;
5
6use Test::More;
7eval "use Test::Pod::Coverage";
8plan skip_all =>
9    "Test::Pod::Coverage required for testing POD coverage" if $@;
10all_pod_coverage_ok();
11   
Note: See TracBrowser for help on using the browser.