diff options
Diffstat (limited to 'ext/HTML/Parser/t/pod.t')
-rw-r--r-- | ext/HTML/Parser/t/pod.t | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/ext/HTML/Parser/t/pod.t b/ext/HTML/Parser/t/pod.t deleted file mode 100644 index 437887a0a2..0000000000 --- a/ext/HTML/Parser/t/pod.t +++ /dev/null @@ -1,4 +0,0 @@ -use Test::More; -eval "use Test::Pod 1.00"; -plan skip_all => "Test::Pod 1.00 required for testing POD" if $@; -all_pod_files_ok(); |