root/lang/perl/Test-Compile/trunk/t/02_pod_coverage.t
@
9814
| Revision 9814, 198 bytes (checked in by hanekomu, 5 years ago) |
|---|
| Line | |
|---|---|
| 1 | #!perl -w |
| 2 | |
| 3 | use strict; |
| 4 | use warnings; |
| 5 | |
| 6 | use Test::More; |
| 7 | eval "use Test::Pod::Coverage"; |
| 8 | plan skip_all => |
| 9 | "Test::Pod::Coverage required for testing POD coverage" if $@; |
| 10 | all_pod_coverage_ok(); |
| 11 |
Note: See TracBrowser
for help on using the browser.
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)