diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2006-01-10 13:20:52 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2006-01-10 13:20:52 +0000 |
commit | eaba850b35360c3ac11654547219f859d3e632e4 (patch) | |
tree | 0fa3143aa7386efd1a91ceb62f922ffb237157a1 /ext | |
parent | fb993905318403493f26b8d521b1114502de3b51 (diff) | |
download | perl-eaba850b35360c3ac11654547219f859d3e632e4.tar.gz |
Remove Syslog tests that use external modules
p4raw-id: //depot/perl@26766
Diffstat (limited to 'ext')
-rw-r--r-- | ext/Sys/Syslog/t/distchk.t | 4 | ||||
-rw-r--r-- | ext/Sys/Syslog/t/pod.t | 6 | ||||
-rw-r--r-- | ext/Sys/Syslog/t/podcover.t | 6 | ||||
-rw-r--r-- | ext/Sys/Syslog/t/podspell.t | 57 | ||||
-rw-r--r-- | ext/Sys/Syslog/t/portfs.t | 8 |
5 files changed, 0 insertions, 81 deletions
diff --git a/ext/Sys/Syslog/t/distchk.t b/ext/Sys/Syslog/t/distchk.t deleted file mode 100644 index 2db740b264..0000000000 --- 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 976d7cdfb2..0000000000 --- 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 a33cb859e7..0000000000 --- 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 ac285124b3..0000000000 --- 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(<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 index 80d57b07bf..0000000000 --- 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(); |