This is an automated email from the git hooks/post-receive script. fsfs pushed a commit to annotated tag release/0.12-TRIAL in repository libhtml-scrubber-perl.
commit 05856f2241ca5f30b50c49620901035b0c5151c1 Author: Michael Caron <[email protected]> Date: Thu Mar 5 13:46:08 2015 -0600 Moved Test::CPAN::Meta to the dist.ini as a prereq --- .travis.yml | 2 -- dist.ini | 2 ++ 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 7fc4a7d..1a2cfef 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,8 +18,6 @@ install: - cpanm --quiet --notest --skip-satisfied Pod::Markdown - - cpanm --quiet --notest Test::CPAN::Meta - - dzil authordeps | grep -vP '[^\w:]' | xargs -n 5 -P 10 cpanm --quiet --notest --skip-satisfied - export RELEASE_TESTING=1 AUTOMATED_TESTING=1 AUTHOR_TESTING=1 HARNESS_OPTIONS=j10:c HARNESS_TIMER=1 diff --git a/dist.ini b/dist.ini index fc4026c..8860cff 100644 --- a/dist.ini +++ b/dist.ini @@ -14,3 +14,5 @@ disable_pod_coverage_tests = 1 [Prereqs] Test::EOL = 0 Test::NoTabs = 0 +Test::CPAN::Meta = 0 + -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libhtml-scrubber-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
