SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

perl-B-Hooks-OP-Annotation rpm build for : OpenSuSE. For other distributions click perl-B-Hooks-OP-Annotation.

Name : perl-B-Hooks-OP-Annotation
Version : 0.44 Vendor : openSUSE
Release : bp150.2.4 Date : 2018-07-30 18:49:01
Group : Development/Libraries/Perl Source RPM : perl-B-Hooks-OP-Annotation-0.44-bp150.2.4.src.rpm
Size : 0.03 MB
Packager : https://bugs_opensuse_org
Summary : 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,

);

RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/openSUSE:/Backports:/SLE-15/standard/x86_64

Content of RPM  Changelog  Provides Requires

Download
ftp.icm.edu.pl  perl-B-Hooks-OP-Annotation-0.44-bp150.2.4.x86_64.rpm
     

Provides :
perl(B::Hooks::OP::Annotation)
perl(B::Hooks::OP::Annotation::Install::Files)
perl-B-Hooks-OP-Annotation
perl-B-Hooks-OP-Annotation(x86-64)

Requires :
libc.so.6()(64bit)
libc.so.6(GLIBC_2.2.5)(64bit)
perl(:MODULE_COMPAT_5.26.1)
perl(ExtUtils::Depends) >= 0.304
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsXz) <= 5.2-1


Content of RPM :
/usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi
/usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi/B
/usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi/B/Hooks
/usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi/B/Hooks/OP
/usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi/B/Hooks/OP/Annotation
/usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi/B/Hooks/OP/Annotation.pm
/usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi/B/Hooks/OP/Annotation/Install
/usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi/B/Hooks/OP/Annotation/Install/Files.pm
/usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi/B/Hooks/OP/Annotation/Install/hook_op_annotation.h
/usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi/auto/B
/usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi/auto/B/Hooks
/usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi/auto/B/Hooks/OP
/usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi/auto/B/Hooks/OP/Annotation
/usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi/auto/B/Hooks/OP/Annotation/Annotation.so
/usr/share/doc/packages/perl-B-Hooks-OP-Annotation
/usr/share/doc/packages/perl-B-Hooks-OP-Annotation/Changes
/usr/share/doc/packages/perl-B-Hooks-OP-Annotation/README
/usr/share/man/man3/B::Hooks::OP::Annotation.3pm.gz

 
ICM