[libclass-method-modifiers-perl] 05/06: cme: wrap
gregor herrmann
gregoa at debian.org
Tue Sep 17 18:25:52 UTC 2013
This is an automated email from the git hooks/post-receive script.
gregoa pushed a commit to branch master
in repository libclass-method-modifiers-perl.
commit d5af1dca7684a72050cb23372666f500d7b3a605
Author: gregor herrmann <gregoa at debian.org>
Date: Tue Sep 17 20:24:31 2013 +0200
cme: wrap
Git-Dch: Ignore
---
debian/control | 30 ++++++++++++++++--------------
1 file changed, 16 insertions(+), 14 deletions(-)
diff --git a/debian/control b/debian/control
index 3816cd5..ca8ca55 100644
--- a/debian/control
+++ b/debian/control
@@ -1,27 +1,29 @@
Source: libclass-method-modifiers-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Nathan Handler <nhandler at debian.org>,
+ Ansgar Burchardt <ansgar at debian.org>,
+ Jonathan Yu <jawnsy at cpan.org>,
+ gregor herrmann <gregoa at debian.org>,
+ Alessandro Ghedini <ghedo at debian.org>
Section: perl
Priority: optional
Build-Depends: debhelper (>= 9.20130630),
- libmodule-build-tiny-perl (>= 0.027)
+ libmodule-build-tiny-perl (>= 0.027)
Build-Depends-Indep: libcpan-meta-check-perl (>= 0.007),
- libmoose-perl (>= 2) | libclass-mop-perl,
- libtest-checkdeps-perl (>= 0.006),
- libtest-fatal-perl,
- libtest-warnings-perl,
- perl (>= 5.11.1) | libtest-simple-perl (>= 0.94)
-Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Nathan Handler <nhandler at debian.org>,
- Ansgar Burchardt <ansgar at debian.org>, Jonathan Yu <jawnsy at cpan.org>,
- gregor herrmann <gregoa at debian.org>,
- Alessandro Ghedini <ghedo at debian.org>
+ libmoose-perl (>= 2) | libclass-mop-perl,
+ libtest-checkdeps-perl (>= 0.006),
+ libtest-fatal-perl,
+ libtest-warnings-perl,
+ perl (>= 5.11.1) | libtest-simple-perl (>= 0.94)
Standards-Version: 3.9.4
-Homepage: https://metacpan.org/release/Class-Method-Modifiers/
-Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libclass-method-modifiers-perl.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libclass-method-modifiers-perl.git
+Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libclass-method-modifiers-perl.git
+Homepage: https://metacpan.org/release/Class-Method-Modifiers/
Package: libclass-method-modifiers-perl
Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}
+Depends: ${perl:Depends},
+ ${misc:Depends}
Description: Perl module providing method modifiers
Class::Method::Modifiers provides three modifiers: before, around, and after.
The before and after modifiers are run just before and after the method they
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libclass-method-modifiers-perl.git
More information about the Pkg-perl-cvs-commits
mailing list