File: control

package info (click to toggle)
libb-hooks-op-check-perl 0.17-1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 308 kB
  • ctags: 819
  • sloc: perl: 1,163; makefile: 15; ansic: 10
file content (21 lines) | stat: -rw-r--r-- 892 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Source: libb-hooks-op-check-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 7), libparent-perl, perl (>= 5.8.1), libextutils-depends-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jeremiah C. Foster <jeremiah@jeremiahfoster.com>
Standards-Version: 3.8.1
Homepage: http://search.cpan.org/dist/B-Hooks-OP-Check/

Package: libb-hooks-op-check-perl
Architecture: any
Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends},
  libparent-perl, perl (>= 5.8.1)
Description: module that provides OP check callbacks
 B::Hooks::OP::Check provides a C API into PL_check, part of perl's core.
 .
 This module provides a C API for XS modules to hook into the callbacks
 of "PL_check". PL_check is an array indexed by opcode number 
 (op_type) that contains function pointers invoked as the last 
 stage of optree compilation, per op.