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


The following commit has been merged in the master branch:
commit 890cb3c740d532e15d1549964ba0612077fc1fd9
Author: Tomas Doran <bobtfish at bobtfish.net>
Date:   Tue Apr 24 10:17:14 2012 +0100

    Add authority

diff --git a/Makefile.PL b/Makefile.PL
index a2f5953..809d1b9 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -1,10 +1,14 @@
 use strict;
 use warnings;
 use inc::Module::Install;
+use Module::Install::AuthorRequires;
+use Module::Install::AuthorTests;
+use Module::Install::Authority;
 
 all_from 'lib/Log/Stash.pm';
 
 license 'AGPL_3';
+authority 'GHENRY';
 
 requires 'Moose';
 requires 'namespace::autoclean';

-- 
libmessage-passing-perl Debian packaging



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