This is an automated email from the git hooks/post-receive script. js pushed a commit to tag dev-release-0.001-01 in repository libatteanx-query-cache-perl.
commit dafcc75183423161e3f01584fcb2ba9a83d7bbf6 Author: Kjetil Kjernsmo <[email protected]> Date: Wed Feb 17 22:19:12 2016 +0100 Drop some author tests for now --- xt/critic.t | 8 -------- xt/pod-coverage.t | 19 ------------------- 2 files changed, 27 deletions(-) diff --git a/xt/critic.t b/xt/critic.t deleted file mode 100644 index d4f4ff1..0000000 --- a/xt/critic.t +++ /dev/null @@ -1,8 +0,0 @@ -use Test::Perl::Critic(-exclude => [ - 'RequireFinalReturn', - 'ProhibitUnusedPrivateSubroutines', - 'RequireExtendedFormatting', - 'ProhibitExcessComplexity', - ], - -severity => 3); -all_critic_ok(); diff --git a/xt/pod-coverage.t b/xt/pod-coverage.t deleted file mode 100644 index 2f0c1a0..0000000 --- a/xt/pod-coverage.t +++ /dev/null @@ -1,19 +0,0 @@ -use strict; -use warnings; -use Test::More; - -# Ensure a recent version of Test::Pod::Coverage -my $min_tpc = 1.08; -eval "use Test::Pod::Coverage $min_tpc"; -plan skip_all => "Test::Pod::Coverage $min_tpc required for testing POD coverage" - if $@; - -# Test::Pod::Coverage doesn't require a minimum Pod::Coverage version, -# but older versions don't recognize some common documentation styles -my $min_pc = 0.02; -eval "use Pod::Coverage::Moose $min_pc"; -plan skip_all => "Pod::Coverage::Moose $min_pc required for testing POD coverage" - if $@; -all_pod_coverage_ok({ coverage_class => 'Pod::Coverage::Moose'}); - - -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libatteanx-query-cache-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
