libb-hooks-op-check-perl 0.19-1 source package in Ubuntu

Changelog

libb-hooks-op-check-perl (0.19-1) unstable; urgency=low

  * Team upload.

  [ Ansgar Burchardt ]
  * New upstream release.
  * debian/copyright: Update years of copyright for inc/Module/*.
  * debian/control: Convert Vcs-* fields to Git.

  [ Salvatore Bonaccorso ]
  * debian/copyright: Replace DEP5 Format-Specification URL from
    svn.debian.org to anonscm.debian.org URL.
 -- Ubuntu Archive Auto-Sync <email address hidden>   Mon,  17 Oct 2011 11:02:38 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Precise
Original maintainer:
Debian Perl Group
Architectures:
any
Section:
perl
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libb-hooks-op-check-perl_0.19.orig.tar.gz 62.9 KiB 2fff4a860cae4fa69b91164a1e2d396bfddd8466bdd04d718e695f7276bce15e
libb-hooks-op-check-perl_0.19-1.debian.tar.gz 2.2 KiB e3850657973ae23b11713d345f2820b197ff9c0dd6a02542bdc2ade95a2ff4be
libb-hooks-op-check-perl_0.19-1.dsc 2.1 KiB 67f48cea78d364da23f48f2fbbfd6fbf02e495281d7610e54499d0805b504313

Available diffs

View changes file

Binary packages built by this source

libb-hooks-op-check-perl: Perl wrapper for OP check callbacks

 B::Hooks::OP::Check provides an interface for XS modules to hook into the
 callbacks of PL_check, which is part of perl's core. It allows a C function to
 be invoked as the last stage of optree compilation, depending on the given op
 code number (op_type).