libb-hooks-endofscope-perl 0.12-1 source package in Ubuntu

Changelog

libb-hooks-endofscope-perl (0.12-1) unstable; urgency=low


  [ gregor herrmann ]
  * debian/control: update {versioned,alternative} (build) dependencies.

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

  [ gregor herrmann ]
  * New upstream release.
  * Update years of packaging copyright.
  * Set Standards-Version to 3.9.4 (no changes).
  * Update build and runtime dependencies.

 -- gregor herrmann <email address hidden>  Sat, 04 May 2013 17:31:45 +0200

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

Saucy: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libb-hooks-endofscope-perl_0.12-1.dsc 2.4 KiB 4a1b6c6331357bcb773087220b8da24f0185ea440662b7cd8304648621aec1f2
libb-hooks-endofscope-perl_0.12.orig.tar.gz 16.0 KiB 920e82022e8827caa7bbc0eba628c0fbea1a72dc9952461c997cc19f16b24fbd
libb-hooks-endofscope-perl_0.12-1.debian.tar.gz 2.7 KiB 3a58ce5215683a9026a6917a5b2e0599dabe81bc2e6c5c74c57cce3127980370

Available diffs

No changes file available.

Binary packages built by this source

libb-hooks-endofscope-perl: module for executing code after a scope finished compilation

 B::Hooks::EndOfScope allows you to execute code when perl finished
 compiling the surrounding scope. It exports a single function,
 'on_scope_end $codeblock', which can be used e.g. for introspection in
 the constructor of your class.