Source: libb-hooks-op-check-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jeremiah C. Foster <jeremiah@jeremiahfoster.com>,
           Jotam Jr. Trejo <jotamjr@debian.org.sv>
Section: perl
Priority: optional
Build-Depends: debhelper (>= 9.20120312~),
               perl,
               libextutils-depends-perl (>= 0.302)
Standards-Version: 3.9.5
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libb-hooks-op-check-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libb-hooks-op-check-perl.git
Homepage: https://metacpan.org/release/B-Hooks-OP-Check

Package: libb-hooks-op-check-perl
Architecture: any
Depends: ${misc:Depends},
         ${perl:Depends},
         ${shlibs:Depends}
Description: 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).
