libclass-method-modifiers-perl 2.11-1 source package in Ubuntu
Changelog
libclass-method-modifiers-perl (2.11-1) unstable; urgency=medium * Team upload [ Salvatore Bonaccorso ] * Update Vcs-Browser URL to cgit web frontend [ Damyan Ivanov ] * Imported Upstream version 2.11 * add ibtest-requires-perl to build-dependencies * Add debian/upstream/metadata -- Damyan Ivanov <email address hidden> Tue, 26 Aug 2014 14:30:48 +0000
Upload details
- Uploaded by:
- Debian Perl Group
- Uploaded to:
- Sid
- Original maintainer:
- Debian Perl Group
- Architectures:
- all
- Section:
- perl
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Xenial | release | universe | perl |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
libclass-method-modifiers-perl_2.11-1.dsc | 2.4 KiB | ddb7774b220b2a97b8ae2e04c221719784590a303ca1caa73223ddc6222b5490 |
libclass-method-modifiers-perl_2.11.orig.tar.gz | 34.5 KiB | debf979fbd9ac25cc6fe7d1cab81103c60a21f7027d2a9b4bf5cb264e313d392 |
libclass-method-modifiers-perl_2.11-1.debian.tar.xz | 3.1 KiB | e159f81700fec4d8e0c38971a2fc41e2e4b6b8394b938c498dc805c0af689f98 |
Available diffs
- diff from 2.10-1 to 2.11-1 (18.5 KiB)
No changes file available.
Binary packages built by this source
- libclass-method-modifiers-perl: 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.