| Line # | Revision | Author | |
|---|---|---|---|
| 1 | 23 | dpavlin | #!/usr/bin/perl |
| 2 | |||
| 3 | use strict; | ||
| 4 | use warnings; | ||
| 5 | |||
| 6 | use Test::More; | ||
| 7 | eval "use Test::Pod 1.00"; | ||
| 8 | plan skip_all => "Test::Pod 1.00 required for testing POD" if $@; | ||
| 9 | |||
| 10 | all_pod_files_ok(); | ||
| 11 |
| Line # | Revision | Author | |
|---|---|---|---|
| 1 | 23 | dpavlin | #!/usr/bin/perl |
| 2 | |||
| 3 | use strict; | ||
| 4 | use warnings; | ||
| 5 | |||
| 6 | use Test::More; | ||
| 7 | eval "use Test::Pod 1.00"; | ||
| 8 | plan skip_all => "Test::Pod 1.00 required for testing POD" if $@; | ||
| 9 | |||
| 10 | all_pod_files_ok(); | ||
| 11 |