From: Rafael Garcia-Suarez Date: Tue, 10 Jan 2006 13:20:52 +0000 (+0000) Subject: Remove Syslog tests that use external modules X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=eaba850b35360c3ac11654547219f859d3e632e4;p=p5sagit%2Fp5-mst-13.2.git Remove Syslog tests that use external modules p4raw-id: //depot/perl@26766 --- diff --git a/MANIFEST b/MANIFEST index 8c5ad2a..2680e61 100644 --- a/MANIFEST +++ b/MANIFEST @@ -1046,11 +1046,6 @@ ext/Sys/Syslog/Syslog.pm Sys::Syslog extension Perl module ext/Sys/Syslog/Syslog.xs Sys::Syslog extension external subroutines ext/Sys/Syslog/t/00-load.t test for Sys::Syslog ext/Sys/Syslog/t/constants.t test for Sys::Syslog -ext/Sys/Syslog/t/distchk.t test for Sys::Syslog -ext/Sys/Syslog/t/podcover.t test for Sys::Syslog -ext/Sys/Syslog/t/podspell.t test for Sys::Syslog -ext/Sys/Syslog/t/pod.t test for Sys::Syslog -ext/Sys/Syslog/t/portfs.t test for Sys::Syslog ext/Sys/Syslog/t/syslog.t See if Sys::Syslog works ext/Thread/create.tx Test thread creation ext/Thread/die2.tx Test thread die() differently diff --git a/ext/Sys/Syslog/t/distchk.t b/ext/Sys/Syslog/t/distchk.t deleted file mode 100644 index 2db740b..0000000 --- a/ext/Sys/Syslog/t/distchk.t +++ /dev/null @@ -1,4 +0,0 @@ -use strict; -use Test::More; -eval "use Test::Distribution not => [qw(versions podcover use)]"; -plan skip_all => "Test::Distribution required for checking distribution" if $@; diff --git a/ext/Sys/Syslog/t/pod.t b/ext/Sys/Syslog/t/pod.t deleted file mode 100644 index 976d7cd..0000000 --- a/ext/Sys/Syslog/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(); diff --git a/ext/Sys/Syslog/t/podcover.t b/ext/Sys/Syslog/t/podcover.t deleted file mode 100644 index a33cb85..0000000 --- a/ext/Sys/Syslog/t/podcover.t +++ /dev/null @@ -1,6 +0,0 @@ -#!/usr/bin/perl -T -use strict; -use Test::More; -eval "use Test::Pod::Coverage 1.06"; -plan skip_all => "Test::Pod::Coverage 1.06 required for testing POD coverage" if $@; -all_pod_coverage_ok({also_private => [qw(^constant$ ^connect ^disconnect$ ^xlate$ ^LOG_)]}); diff --git a/ext/Sys/Syslog/t/podspell.t b/ext/Sys/Syslog/t/podspell.t deleted file mode 100644 index ac28512..0000000 --- a/ext/Sys/Syslog/t/podspell.t +++ /dev/null @@ -1,57 +0,0 @@ -#!/usr/bin/perl -use strict; -use Test::More; -eval "use Test::Spelling"; -plan skip_all => "Test::Spelling required for testing POD spell" if $@; -set_spell_cmd('aspell -l --lang=en'); -add_stopwords(); -all_pod_files_spelling_ok(); - -__END__ - -SAPER -Sébastien -Aperghis -Tramoni -Christiansen -AnnoCPAN -CPAN -README -TODO -AUTOLOADER -API -arrayref -arrayrefs -hashref -hashrefs -lookup -hostname -loopback -netmask -timestamp -INET -BPF -IP -TCP -tcp -UDP -udp -UUCP -FDDI -Firewire -HDLC -IEEE -IrDA -LocalTalk -PPP -unix -Solaris -IRIX -endianness -failover -Failover -logopts -pathname -syslogd -Syslogging -logmask diff --git a/ext/Sys/Syslog/t/portfs.t b/ext/Sys/Syslog/t/portfs.t deleted file mode 100644 index 80d57b0..0000000 --- a/ext/Sys/Syslog/t/portfs.t +++ /dev/null @@ -1,8 +0,0 @@ -#!/usr/bin/perl -T -use strict; -use Test::More; -eval "use Test::Portability::Files"; -plan skip_all => "Test::Portability::Files required for testing filenames portability" if $@; - -# run the selected tests -run_tests();