[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:57:01 UTC 2013


The following commit has been merged in the master branch:
commit f8ddb31a7d4e3785bfe7cdbe369baa8cfbf13932
Author: Tomas Doran <bobtfish at bobtfish.net>
Date:   Sun May 27 08:22:54 2012 +0100

    Fix author_requires

diff --git a/Makefile.PL b/Makefile.PL
index addad33..6d1ba8e 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -31,8 +31,8 @@ author_requires(
     'Test::NoTabs' => '0',
     'Test::Pod::Coverage' => '1.04',
     'Pod::Coverage' => '0.19',
-    'Pod::Coverage::TrustPod' => '0'
-    'Test::Spelling' => '0'
+    '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