libclass-method-modifiers-perl 2.09-1 source package in Ubuntu

Changelog

libclass-method-modifiers-perl (2.09-1) unstable; urgency=low


  [ Damyan Ivanov ]
  * Imported Upstream version 2.08

  [ gregor herrmann ]
  * New upstream release 2.09.
  * Update build dependencies.
  * Install new CONTRIBUTING document.
  * debian/copyright: update Upstream-Contact.
  * Declare compliance with Debian Policy 3.9.5.

 -- gregor herrmann <email address hidden>  Sun, 15 Dec 2013 18:37:57 +0100

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release main perl

Builds

Trusty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libclass-method-modifiers-perl_2.09-1.dsc 2.4 KiB 17c8d40c62bc93cd4a81260bab38fa4068ca1abc3474568be9ae84f4b821d910
libclass-method-modifiers-perl_2.09.orig.tar.gz 35.2 KiB f16c6ee57e813a12ac583a3ddf4e45be832464f9fd0f0338f7920d7903b0d022
libclass-method-modifiers-perl_2.09-1.debian.tar.gz 2.8 KiB 14f81614f5fedf53063df78e71379e64ad9614b1bf5bc16ae6470ff43241afd2

Available diffs

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.