This is an automated email from the git hooks/post-receive script. js pushed a commit to tag 1.000005 in repository libtype-tiny-perl.
commit f70dba1b5b79e88ba668023ed24d590c7e66aa57 Author: Toby Inkster <[email protected]> Date: Sat Oct 25 20:03:15 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 _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
