diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2006-11-22 10:03:51 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2006-11-22 10:03:51 +0000 |
commit | b0da272b8cf2101328dbfd44c99d70bb9ec9a586 (patch) | |
tree | 9f0593e7308a8eedfa0bd82f0fb6254ee1398523 /lib/Text | |
parent | aa10195b3aa19bb4f167204cdce8fb75d361ccb8 (diff) | |
download | perl-b0da272b8cf2101328dbfd44c99d70bb9ec9a586.tar.gz |
Remove tests for POD or POD coverage -- they're always skipped.
p4raw-id: //depot/perl@29346
Diffstat (limited to 'lib/Text')
-rwxr-xr-x | lib/Text/Balanced/t/pod-coverage.t | 6 | ||||
-rwxr-xr-x | lib/Text/Balanced/t/pod.t | 6 |
2 files changed, 0 insertions, 12 deletions
diff --git a/lib/Text/Balanced/t/pod-coverage.t b/lib/Text/Balanced/t/pod-coverage.t deleted file mode 100755 index 703f91de36..0000000000 --- a/lib/Text/Balanced/t/pod-coverage.t +++ /dev/null @@ -1,6 +0,0 @@ -#!perl -T - -use Test::More; -eval "use Test::Pod::Coverage 1.04"; -plan skip_all => "Test::Pod::Coverage 1.04 required for testing POD coverage" if $@; -all_pod_coverage_ok(); diff --git a/lib/Text/Balanced/t/pod.t b/lib/Text/Balanced/t/pod.t deleted file mode 100755 index 976d7cdfb2..0000000000 --- a/lib/Text/Balanced/t/pod.t +++ /dev/null @@ -1,6 +0,0 @@ -#!perl -T - -use Test::More; -eval "use Test::Pod 1.14"; -plan skip_all => "Test::Pod 1.14 required for testing POD" if $@; -all_pod_files_ok(); |