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

Changelog

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


  [ Nathan Handler ]
  * Email change: Nathan Handler -> <email address hidden>

  [ Salvatore Bonaccorso ]
  * Change Vcs-Git to canonical URI (git://anonscm.debian.org)
  * Change search.cpan.org based URIs to metacpan.org based URIs

  [ Alessandro Ghedini ]
  * New upstream release

 -- Alessandro Ghedini <email address hidden>  Tue, 12 Feb 2013 14:12:48 +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

Builds

Raring: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libclass-method-modifiers-perl_2.03-1.dsc 2.4 KiB 07869a85cf6a1a84a9646f6cfef3f4567ce535a8447e1eb65b83140771d9909c
libclass-method-modifiers-perl_2.03.orig.tar.gz 41.9 KiB 8a3f4ed940e689483bf9587139e6871279be7b62a7dd5082d765cc2f6a5d4639
libclass-method-modifiers-perl_2.03-1.debian.tar.gz 2.6 KiB d721c31e61dab3fbb65bf0701207532211fc17bcf4cddf8ea229aa9d2d356cac

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.