source:
t/pod.t
@
11fb6d
| Revision 11fb6d, 221 bytes checked in by Tomash Brechko <tomash.brechko@…>, 4 years ago (diff) | |
|---|---|
|
|
| Line | |
|---|---|
| 1 | use strict; |
| 2 | use warnings; |
| 3 | use Test::More; |
| 4 | |
| 5 | # Ensure a recent version of Test::Pod |
| 6 | my $min_tp = 1.22; |
| 7 | eval "use Test::Pod $min_tp"; |
| 8 | plan skip_all => "Test::Pod $min_tp required for testing POD" if $@; |
| 9 | |
| 10 | all_pod_files_ok(); |
Note: See TracBrowser
for help on using the repository browser.
