Remove Syslog tests that use external modules
Rafael Garcia-Suarez [Tue, 10 Jan 2006 13:20:52 +0000 (13:20 +0000)]
p4raw-id: //depot/perl@26766

MANIFEST
ext/Sys/Syslog/t/distchk.t [deleted file]
ext/Sys/Syslog/t/pod.t [deleted file]
ext/Sys/Syslog/t/podcover.t [deleted file]
ext/Sys/Syslog/t/podspell.t [deleted file]
ext/Sys/Syslog/t/portfs.t [deleted file]

index 8c5ad2a..2680e61 100644 (file)
--- 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 (file)
index 2db740b..0000000
+++ /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 (file)
index 976d7cd..0000000
+++ /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 (file)
index a33cb85..0000000
+++ /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 (file)
index ac28512..0000000
+++ /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(<DATA>);
-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 (file)
index 80d57b0..0000000
+++ /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();