[libmessage-passing-zeromq-perl] 31/78: Add authority
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 840846ebad79fdc3d5830617ba4618dba4a48148
Author: Tomas Doran <bobtfish at bobtfish.net>
Date: Tue Apr 24 10:18:09 2012 +0100
Add authority
---
Makefile.PL | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/Makefile.PL b/Makefile.PL
index 661f209..43fe016 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/ZeroMQ.pm';
license 'AGPL_3';
+authority 'GHENRY';
requires 'Moose';
requires 'namespace::autoclean';
--
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