[libmessage-passing-zeromq-perl] 35/78: Do all author_requires at once
Jonas Smedegaard
js at alioth.debian.org
Mon Sep 30 09:28:22 UTC 2013
This is an automated email from the git hooks/post-receive script.
js pushed a commit to branch master
in repository libmessage-passing-zeromq-perl.
commit 0a6c67b2e414a6545f4d7eecea04b2cc7e9dee74
Author: Tomas Doran <bobtfish at bobtfish.net>
Date: Sat May 26 16:38:14 2012 +0100
Do all author_requires at once
---
Makefile.PL | 14 ++++++++------
1 file changed, 8 insertions(+), 6 deletions(-)
diff --git a/Makefile.PL b/Makefile.PL
index c7b9ccb..612eadd 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -24,12 +24,14 @@ requires 'Sub::Name';
test_requires 'Test::More' => '0.88';
-author_requires 'Test::Pod' => '1.14';
-author_requires 'Test::NoTabs';
-author_requires 'Test::Pod::Coverage' => '1.04';
-author_requires 'Pod::Coverage' => '0.19';
-author_requires 'Pod::Coverage::TrustPod';
-author_requires 'Test::Spelling';
+author_requires(
+ 'Test::Pod' => '1.14',
+ 'Test::NoTabs' => '0',
+ 'Test::Pod::Coverage' => '1.04',
+ 'Pod::Coverage' => '0.19',
+ 'Pod::Coverage::TrustPod' => '0',
+ 'Test::Spelling' => '0',
+);
author_tests 't/author';
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libmessage-passing-zeromq-perl.git
More information about the Pkg-perl-cvs-commits
mailing list