Name : perl-B-Hooks-OP-PPAddr
| |
Version : 0.06
| Vendor : obs://build_opensuse_org/devel:languages:perl
|
Release : lp156.21.1
| Date : 2023-12-08 02:23:37
|
Group : Development/Libraries/Perl
| Source RPM : perl-B-Hooks-OP-PPAddr-0.06-lp156.21.1.src.rpm
|
Size : 0.04 MB
| |
Packager : https://www_suse_com/
| |
Summary : Hook into opcode execution
|
Description :
This module provides a C API for XS modules to hook into the execution of perl opcodes.
ExtUtils::Depends 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::PPAddr\'); WriteMakefile( ... # your normal makefile flags $pkg->get_makefile_vars, );
Your XS module can now include \'hook_op_ppaddr.h\'.
|
RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/devel:/languages:/perl/15.6/x86_64 |