From: Rafael Garcia-Suarez Date: Wed, 22 Nov 2006 10:03:51 +0000 (+0000) Subject: Remove tests for POD or POD coverage -- they're always skipped. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=b0da272b8cf2101328dbfd44c99d70bb9ec9a586;p=p5sagit%2Fp5-mst-13.2.git Remove tests for POD or POD coverage -- they're always skipped. p4raw-id: //depot/perl@29346 --- diff --git a/MANIFEST b/MANIFEST index 871e4da..e535212 100644 --- a/MANIFEST +++ b/MANIFEST @@ -118,7 +118,6 @@ ext/Compress/IO/Base/Makefile.PL IO::Compress::Base ext/Compress/IO/Base/private/MakeUtil.pm IO::Compress::Base ext/Compress/IO/Base/README IO::Compress::Base ext/Compress/IO/Base/t/01misc.t IO::Compress::Base -ext/Compress/IO/Base/t/99pod.t IO::Compress::Base ext/Compress/IO/Base/t/globmapper.t IO::Compress::Base ext/Compress/IO/Zlib/Changes IO::Compress::Zlib ext/Compress/IO/Zlib/examples/gzappend IO::Compress::Zlib @@ -203,7 +202,6 @@ ext/Compress/IO/Zlib/t/109merge-deflate.t IO::Compress::Zlib ext/Compress/IO/Zlib/t/109merge-gzip.t IO::Compress::Zlib ext/Compress/IO/Zlib/t/109merge-rawdeflate.t IO::Compress::Zlib ext/Compress/IO/Zlib/t/109merge-zip.t IO::Compress::Zlib -ext/Compress/IO/Zlib/t/999pod.t IO::Compress::Zlib ext/Compress/Raw/Zlib/Changes Compress::Raw::Zlib ext/Compress/Raw/Zlib/config.in Compress::Raw::Zlib ext/Compress/Raw/Zlib/examples/filtdef Compress::Raw::Zlib @@ -218,7 +216,6 @@ ext/Compress/Raw/Zlib/t/01version.t Compress::Raw::Zlib ext/Compress/Raw/Zlib/t/02zlib.t Compress::Raw::Zlib ext/Compress/Raw/Zlib/t/07bufsize.t Compress::Raw::Zlib ext/Compress/Raw/Zlib/t/18lvalue.t Compress::Raw::Zlib -ext/Compress/Raw/Zlib/t/99pod.t Compress::Raw::Zlib ext/Compress/Raw/Zlib/typemap Compress::Raw::Zlib ext/Compress/Raw/Zlib/zlib-src/adler32.c Compress::Raw::Zlib ext/Compress/Raw/Zlib/zlib-src/compress.c Compress::Raw::Zlib @@ -258,7 +255,6 @@ ext/Compress/Zlib/t/05examples.t Compress::Zlib ext/Compress/Zlib/t/06gzsetp.t Compress::Zlib ext/Compress/Zlib/t/08encoding.t Compress::Zlib ext/Compress/Zlib/t/14gzopen.t Compress::Zlib -ext/Compress/Zlib/t/99pod.t Compress::Zlib ext/Cwd/Changes Cwd extension Changelog ext/Cwd/Cwd.xs Cwd extension external subroutines ext/Cwd/Makefile.PL Cwd extension makefile maker @@ -475,8 +471,6 @@ ext/Digest/SHA/src/sha64bit.h Digest::SHA extension ext/Digest/SHA/src/sha.c Digest::SHA extension ext/Digest/SHA/src/sha.h Digest::SHA extension ext/Digest/SHA/src/shaxtra.c Digest::SHA extension -ext/Digest/SHA/t/0-pod-coverage.t See if Digest::SHA works -ext/Digest/SHA/t/0-pod.t See if Digest::SHA works ext/Digest/SHA/t/1-exist.t See if Digest::SHA works ext/Digest/SHA/t/1-hello-world.t See if Digest::SHA works ext/Digest/SHA/t/2-nist-sha-1.t See if Digest::SHA works @@ -2379,7 +2373,6 @@ lib/Term/ANSIColor/ChangeLog Term::ANSIColor lib/Term/ANSIColor.pm Perl module supporting termcap usage lib/Term/ANSIColor/README Term::ANSIColor lib/Term/ANSIColor/t/basic.t Tests for Term::ANSIColor -lib/Term/ANSIColor/t/pod.t Tests for Term::ANSIColor lib/termcap.pl Perl library supporting termcap usage lib/Term/Cap.pm Perl module supporting termcap usage lib/Term/Cap.t See if Term::Cap works @@ -2415,7 +2408,6 @@ lib/Test/Harness/t/harness.t Test::Harness test lib/Test/Harness/t/inc_taint.t Test::Harness test lib/Test/Harness/t/nonumbers.t Test::Harness test lib/Test/Harness/t/ok.t Test::Harness test -lib/Test/Harness/t/pod.t Test::Harness test lib/Test/Harness/t/point-parse.t Test::Harness test lib/Test/Harness/t/point.t Test::Harness test lib/Test/Harness/t/prove-globbing.t Test::Harness::Straps test @@ -2519,8 +2511,6 @@ lib/Text/Balanced/t/extqlk.t See if Text::Balanced works lib/Text/Balanced/t/exttag.t See if Text::Balanced works lib/Text/Balanced/t/extvar.t See if Text::Balanced works lib/Text/Balanced/t/gentag.t See if Text::Balanced works -lib/Text/Balanced/t/pod-coverage.t See if Text::Balanced works -lib/Text/Balanced/t/pod.t See if Text::Balanced works lib/Text/ParseWords.pm Perl module to split words on arbitrary delimiter lib/Text/ParseWords.t See if Text::ParseWords works lib/Text/ParseWords/taint.t See if Text::ParseWords works with tainting diff --git a/ext/Compress/IO/Base/t/99pod.t b/ext/Compress/IO/Base/t/99pod.t deleted file mode 100644 index 760f737..0000000 --- a/ext/Compress/IO/Base/t/99pod.t +++ /dev/null @@ -1,16 +0,0 @@ -BEGIN { - if ($ENV{PERL_CORE}) { - chdir 't' if -d 't'; - @INC = ("../lib", "lib/compress"); - } -} - -use lib qw(t t/compress); -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(); - diff --git a/ext/Compress/IO/Zlib/t/999pod.t b/ext/Compress/IO/Zlib/t/999pod.t deleted file mode 100644 index 760f737..0000000 --- a/ext/Compress/IO/Zlib/t/999pod.t +++ /dev/null @@ -1,16 +0,0 @@ -BEGIN { - if ($ENV{PERL_CORE}) { - chdir 't' if -d 't'; - @INC = ("../lib", "lib/compress"); - } -} - -use lib qw(t t/compress); -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(); - diff --git a/ext/Compress/Raw/Zlib/t/99pod.t b/ext/Compress/Raw/Zlib/t/99pod.t deleted file mode 100644 index 760f737..0000000 --- a/ext/Compress/Raw/Zlib/t/99pod.t +++ /dev/null @@ -1,16 +0,0 @@ -BEGIN { - if ($ENV{PERL_CORE}) { - chdir 't' if -d 't'; - @INC = ("../lib", "lib/compress"); - } -} - -use lib qw(t t/compress); -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(); - diff --git a/ext/Compress/Zlib/t/99pod.t b/ext/Compress/Zlib/t/99pod.t deleted file mode 100644 index 760f737..0000000 --- a/ext/Compress/Zlib/t/99pod.t +++ /dev/null @@ -1,16 +0,0 @@ -BEGIN { - if ($ENV{PERL_CORE}) { - chdir 't' if -d 't'; - @INC = ("../lib", "lib/compress"); - } -} - -use lib qw(t t/compress); -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(); - diff --git a/ext/Digest/SHA/t/0-pod-coverage.t b/ext/Digest/SHA/t/0-pod-coverage.t deleted file mode 100644 index de02648..0000000 --- a/ext/Digest/SHA/t/0-pod-coverage.t +++ /dev/null @@ -1,32 +0,0 @@ -BEGIN { - if ($ENV{PERL_CORE}) { - chdir 't' if -d 't'; - @INC = '../lib'; - } -} - -BEGIN { - eval "use Test::More"; - if ($@) { - print "1..0 # Skipped: Test::More not installed\n"; - exit; - } -} - -eval "use Test::Pod::Coverage 0.08"; -plan skip_all => "Test::Pod::Coverage 0.08 required for testing POD coverage" if $@; - -my @privfcns = qw( - Addfile - Hexdigest - B64digest - shaclose - shadump - shadup - shaload - shaopen - sharewind - shawrite -); - -all_pod_coverage_ok( { also_private => \@privfcns } ); diff --git a/ext/Digest/SHA/t/0-pod.t b/ext/Digest/SHA/t/0-pod.t deleted file mode 100644 index e406513..0000000 --- a/ext/Digest/SHA/t/0-pod.t +++ /dev/null @@ -1,18 +0,0 @@ -BEGIN { - if ($ENV{PERL_CORE}) { - chdir 't' if -d 't'; - @INC = '../lib'; - } -} - -BEGIN { - eval "use Test::More"; - if ($@) { - print "1..0 # Skipped: Test::More not installed\n"; - exit; - } -} - -eval "use Test::Pod 1.00"; -plan skip_all => "Test::Pod 1.00 required for testing POD" if $@; -all_pod_files_ok(); diff --git a/lib/Term/ANSIColor/t/pod.t b/lib/Term/ANSIColor/t/pod.t deleted file mode 100644 index 5e73bcc..0000000 --- a/lib/Term/ANSIColor/t/pod.t +++ /dev/null @@ -1,12 +0,0 @@ -#!/usr/bin/perl -# $Id: pod.t 55 2006-06-22 17:56:02Z eagle $ -# -# t/pod.t -- Test POD formatting for Term::ANSIColor. - -eval 'use Test::Pod 1.00'; -if ($@) { - print "1..1\n"; - print "ok 1 # skip - Test::Pod 1.00 required for testing POD\n"; - exit; -} -all_pod_files_ok (); diff --git a/lib/Test/Harness/t/pod.t b/lib/Test/Harness/t/pod.t deleted file mode 100644 index 38d72b1..0000000 --- a/lib/Test/Harness/t/pod.t +++ /dev/null @@ -1,14 +0,0 @@ -BEGIN { - if( $ENV{PERL_CORE} ) { - chdir 't'; - @INC = ('../lib', 'lib'); - } - else { - unshift @INC, 't/lib'; - } -} - -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(); diff --git a/lib/Text/Balanced/t/pod-coverage.t b/lib/Text/Balanced/t/pod-coverage.t deleted file mode 100755 index 703f91d..0000000 --- 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 976d7cd..0000000 --- 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();