Package : perl-B-Hooks-OP-Check

Package details

Summary: Wrap OP check callbacks

Description:
This module provides a c api for XS modules to hook into the callbacks of
'PL_check'.

the ExtUtils::Depends manpage is used to export all functions for other XS
modules to use. Include the following in your Makefile.PL:

my $pkg = ExtUtils::Depends->new('Your::XSModule', 'B::Hooks::OP::Check');
WriteMakefile(
... # your normal makefile flags
$pkg->get_makefile_vars,
);


URL: http://metacpan.org/release/B-Hooks-OP-Check
License: GPL+ or Artistic

Maintainer: nobody

List of RPMs