| Line # | Revision | Author | |
|---|---|---|---|
| 1 | 15 | dpavlin | #!/usr/bin/perl -w |
| 2 | |||
| 3 | use Test::More; | ||
| 4 | eval "use Test::Pod::Coverage 1.00"; | ||
| 5 | plan skip_all => "Test::Pod::Coverage 1.00 required for testing POD coverage" if $@; | ||
| 6 | all_pod_coverage_ok(); | ||
| 7 |
| Line # | Revision | Author | |
|---|---|---|---|
| 1 | 15 | dpavlin | #!/usr/bin/perl -w |
| 2 | |||
| 3 | use Test::More; | ||
| 4 | eval "use Test::Pod::Coverage 1.00"; | ||
| 5 | plan skip_all => "Test::Pod::Coverage 1.00 required for testing POD coverage" if $@; | ||
| 6 | all_pod_coverage_ok(); | ||
| 7 |