How to Install and Uninstall perl-B-Hooks-OP-Check Package on openSUSE Leap

Last updated: May 04,2024

1. Install "perl-B-Hooks-OP-Check" package

This guide let you learn how to install perl-B-Hooks-OP-Check on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install perl-B-Hooks-OP-Check

2. Uninstall "perl-B-Hooks-OP-Check" package

Here is a brief guide to show you how to uninstall perl-B-Hooks-OP-Check on openSUSE Leap:

$ sudo zypper remove perl-B-Hooks-OP-Check

3. Information about the perl-B-Hooks-OP-Check package on openSUSE Leap

Information for package perl-B-Hooks-OP-Check:
----------------------------------------------
Repository : Main Repository
Name : perl-B-Hooks-OP-Check
Version : 0.22-bp155.2.13
Arch : x86_64
Vendor : openSUSE
Installed Size : 39.1 KiB
Installed : No
Status : not installed
Source package : perl-B-Hooks-OP-Check-0.22-bp155.2.13.src
Upstream URL : http://search.cpan.org/dist/B-Hooks-OP-Check/
Summary : Wrap OP check callbacks
Description :
This module provides a C API for XS modules to hook into the callbacks of
'PL_check'.
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::Check');
WriteMakefile(
... # your normal makefile flags
$pkg->get_makefile_vars,
);
Your XS module can now include 'hook_op_check.h'.