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
+++ /dev/null
-use strict;
-use Test::More;
-eval "use Test::Distribution not => [qw(versions podcover use)]";
-plan skip_all => "Test::Distribution required for checking distribution" if $@;
+++ /dev/null
-#!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();
+++ /dev/null
-#!/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_)]});
+++ /dev/null
-#!/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
+++ /dev/null
-#!/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();