[SCM] libmessage-passing-perl Debian packaging branch, master, updated. debian/0.111-3-14-g44f6e88

Tomas Doran bobtfish at bobtfish.net
Mon May 6 11:56:59 UTC 2013


The following commit has been merged in the master branch:
commit 42a5dddc60396eeae201e7068946e8c140d89995
Author: Tomas Doran <bobtfish at bobtfish.net>
Date:   Sat May 26 16:32:33 2012 +0100

    Do all the author_requires modules at once

diff --git a/Makefile.PL b/Makefile.PL
index e839ffc..9a8b407 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -23,12 +23,14 @@ requires 'Task::Weaken';
 
 install_script 'script/logstash';
 
-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';
 

-- 
libmessage-passing-perl Debian packaging



More information about the Pkg-perl-cvs-commits mailing list