Logoj0ke.net Open Build Service > Projects > server:monitoring > nagios-plugins-nwc-health > Binaries > nagios-plugins-nwc-health-8... > Dependencies
Sign Up | Log In

Dependency of nagios-plugins-nwc-health-8.0-1.1.src.rpm

Name: perl-B-Hooks-OP-Annotation

Project: openSUSE_13.2

Repository: oss

Title: annotate and delegate hooked OPs

Description:
This module provides a way for XS code that hijacks OP 'op_ppaddr'
functions to delegate to (or restore) the previous functions, whether
assigned by perl or by another module. Typically this should be used in
conjunction with B::Hooks::OP::Check.

'B::Hooks::OP::Annotation' makes its types and functions available to XS
code by means of ExtUtils::Depends. Modules that wish to use these exports
in their XS code should 'use B::OP::Hooks::Annotation' in the Perl module
that loads the XS, and include something like the following in their
Makefile.PL:

use ExtUtils::MakeMaker;
use ExtUtils::Depends;

our %XS_PREREQUISITES = (
'B::Hooks::OP::Annotation' => '0.44',
'B::Hooks::OP::Check' => '0.15',
);

our %XS_DEPENDENCIES = ExtUtils::Depends->new(
'Your::XS::Module',
keys(%XS_PREREQUISITES)
)->get_makefile_vars();

WriteMakefile(
NAME => 'Your::XS::Module',
VERSION_FROM => 'lib/Your/XS/Module.pm',
PREREQ_PM => {
'B::Hooks::EndOfScope' => '0.07',
%XS_PREREQUISITES
},
($ExtUtils::MakeMaker::VERSION >= 6.46 ?
(META_MERGE => {
configure_requires => {
'ExtUtils::Depends' => '0.301',
%XS_PREREQUISITES
}})
: ()
),
%XS_DEPENDENCIES,

);

Version: 0.44

Release: 2.1.6

Architecture: x86_64

Size: 18.2 KB

Build Time: 2014-10-06 16:46:59 +0200 (over 9 years ago)

Provides

Symbol Required by
Annotation.so()(64bit)
perl(B::Hooks::OP::Annotati...
perl(B::Hooks::OP::Annotati...
perl-B-Hooks-OP-Annotation ...
perl-B-Hooks-OP-Annotation(...

Requires

Symbol Provided by
libc.so.6()(64bit) glibc
libc.so.6(GLIBC_2.2.5)(64bit) glibc
perl(:MODULE_COMPAT_5.20.1) perl
perl(ExtUtils::Depends) >= ... perl-ExtUtils-Depends