[libtype-tiny-perl] 05/07: do not want

Jonas Smedegaard dr at jones.dk
Wed Oct 29 19:42:45 UTC 2014


This is an automated email from the git hooks/post-receive script.

js pushed a commit to tag 1.001_001
in repository libtype-tiny-perl.

commit 59acaef7f9d7a689700a039cb12314486e5a5b96
Author: Toby Inkster <mail at tobyinkster.co.uk>
Date:   Fri Sep 19 11:22:54 2014 +0100

    do not want
---
 xt/01pod.t                |  5 -----
 xt/02pod_coverage.t       | 20 --------------------
 xt/03meta_uptodate.config |  2 --
 xt/03meta_uptodate.t      |  5 -----
 xt/04eol.t                |  2 --
 xt/05tabs.t               |  2 --
 xt/06versions.t           | 18 ------------------
 xt/07spelling.t           |  3 ---
 8 files changed, 57 deletions(-)

diff --git a/xt/01pod.t b/xt/01pod.t
deleted file mode 100644
index 92ba3f6..0000000
--- a/xt/01pod.t
+++ /dev/null
@@ -1,5 +0,0 @@
-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/xt/02pod_coverage.t b/xt/02pod_coverage.t
deleted file mode 100644
index 742ff22..0000000
--- a/xt/02pod_coverage.t
+++ /dev/null
@@ -1,20 +0,0 @@
-use XT::Util;
-use Test::More;
-use Test::Pod::Coverage;
-
-plan skip_all => __CONFIG__->{skip_all}
-	if __CONFIG__->{skip_all};
-
-my $p = { coverage_class => 'Pod::Coverage::CountParents' };
-
-if ( __CONFIG__->{modules} )
-{
-	my @modules = @{ __CONFIG__->{modules} };
-	pod_coverage_ok($_, $p, "$_ is covered") for @modules;
-	done_testing(scalar @modules);
-}
-else
-{
-	all_pod_coverage_ok($p);
-}
-
diff --git a/xt/03meta_uptodate.config b/xt/03meta_uptodate.config
deleted file mode 100644
index ab11681..0000000
--- a/xt/03meta_uptodate.config
+++ /dev/null
@@ -1,2 +0,0 @@
-{"package":"Type-Tiny"}
-
diff --git a/xt/03meta_uptodate.t b/xt/03meta_uptodate.t
deleted file mode 100644
index 9a370c6..0000000
--- a/xt/03meta_uptodate.t
+++ /dev/null
@@ -1,5 +0,0 @@
-use XT::Util;
-use Test::More tests => 1;
-use Test::RDF::DOAP::Version;
-doap_version_ok(__CONFIG__->{package}, __CONFIG__->{version_from});
-
diff --git a/xt/04eol.t b/xt/04eol.t
deleted file mode 100644
index 67080da..0000000
--- a/xt/04eol.t
+++ /dev/null
@@ -1,2 +0,0 @@
-use Test::EOL;
-all_perl_files_ok(qw/ lib t xt /);
diff --git a/xt/05tabs.t b/xt/05tabs.t
deleted file mode 100644
index 7c764f4..0000000
--- a/xt/05tabs.t
+++ /dev/null
@@ -1,2 +0,0 @@
-use Test::Tabs;
-all_perl_files_ok(qw/ lib t xt /);
diff --git a/xt/06versions.t b/xt/06versions.t
deleted file mode 100644
index 2f95fcc..0000000
--- a/xt/06versions.t
+++ /dev/null
@@ -1,18 +0,0 @@
-use XT::Util;
-use Test::More;
-use Test::HasVersion;
-
-plan skip_all => __CONFIG__->{skip_all}
-	if __CONFIG__->{skip_all};
-
-if ( __CONFIG__->{modules} )
-{
-	my @modules = @{ __CONFIG__->{modules} };
-	pm_version_ok($_, "$_ is covered") for @modules;
-	done_testing(scalar @modules);
-}
-else
-{
-	all_pm_version_ok();
-}
-
diff --git a/xt/07spelling.t b/xt/07spelling.t
deleted file mode 100644
index c091c73..0000000
--- a/xt/07spelling.t
+++ /dev/null
@@ -1,3 +0,0 @@
-use Test::Spellunker;
-load_dictionary("$ENV{HOME}/perl5/stopwords.txt");
-all_pod_files_spelling_ok();

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libtype-tiny-perl.git



More information about the Pkg-perl-cvs-commits mailing list