This is an automated email from the git hooks/post-receive script. jame-guest pushed a commit to tag v0.06 in repository libweasel-perl.
commit 7ea7c08bc7e19a08ec3587f196d6a4feb2f6b14d Author: Erik Huelsmann <[email protected]> Date: Sat Aug 20 11:24:10 2016 +0200 * Fix #1: Move author-tests into 'xt/' directory as per growing consensus --- dist.ini | 4 +++- {t => xt}/01-critic.t | 0 {t => xt}/02-pod-coverage.t | 0 {t => xt}/perlcriticrc | 0 4 files changed, 3 insertions(+), 1 deletion(-) diff --git a/dist.ini b/dist.ini index 3dc097b..085c923 100644 --- a/dist.ini +++ b/dist.ini @@ -22,8 +22,10 @@ Module::Runtime = 0 List::Util = 0 [Prereqs / TestRequires] +Test::More = 0 + +[Prereqs / DevelopRequires] File::Find = 0 File::Util = 0 Perl::Critic = 0 -Test::More = 0 Test::Pod::Coverage = 0 diff --git a/t/01-critic.t b/xt/01-critic.t similarity index 100% rename from t/01-critic.t rename to xt/01-critic.t diff --git a/t/02-pod-coverage.t b/xt/02-pod-coverage.t similarity index 100% rename from t/02-pod-coverage.t rename to xt/02-pod-coverage.t diff --git a/t/perlcriticrc b/xt/perlcriticrc similarity index 100% rename from t/perlcriticrc rename to xt/perlcriticrc -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libweasel-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
