Source: libclass-method-modifiers-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: perl,
 libtest-fatal-perl,
 libmoose-perl (>= 2) | libclass-mop-perl,
 libmro-compat-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Nathan Handler <nhandler@debian.org>,
 Ansgar Burchardt <ansgar@debian.org>, Jonathan Yu <jawnsy@cpan.org>,
 gregor herrmann <gregoa@debian.org>,
 Alessandro Ghedini <ghedo@debian.org>
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

Package: libclass-method-modifiers-perl
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends}, libmro-compat-perl
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
 modify, but cannot really affect that original method. The remaining modifier,
 around, is run in place of the original method, with a hook to easily call the
 original method.
