Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

perl-B-Hooks-OP-Annotation-0.440.0-1.1 RPM for x86_64

From OpenSuSE Tumbleweed for x86_64

Name: perl-B-Hooks-OP-Annotation Distribution: openSUSE Tumbleweed
Version: 0.440.0 Vendor: openSUSE
Release: 1.1 Build date: Thu Jun 12 19:35:46 2025
Group: Unspecified Build host: reproducible
Size: 28156 Source RPM: perl-B-Hooks-OP-Annotation-0.440.0-1.1.src.rpm
Packager: https://bugs.opensuse.org
Url: https://metacpan.org/release/B-Hooks-OP-Annotation
Summary: Annotate and delegate hooked OPs
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,
        
    );

Provides

Requires

License

Artistic-1.0 OR GPL-1.0-or-later

Changelog

* Thu Jun 12 2025 Tina Müller <tina.mueller@suse.com>
  - Normalize CPAN version
    See https://github.com/openSUSE/cpanspec/issues/47 for details
* Fri Mar 21 2014 mlin@suse.com
  - the first changelog, initial from 0.44

Files

/usr/lib/perl5/vendor_perl/5.40.2/x86_64-linux-thread-multi/B
/usr/lib/perl5/vendor_perl/5.40.2/x86_64-linux-thread-multi/B/Hooks
/usr/lib/perl5/vendor_perl/5.40.2/x86_64-linux-thread-multi/B/Hooks/OP
/usr/lib/perl5/vendor_perl/5.40.2/x86_64-linux-thread-multi/B/Hooks/OP/Annotation
/usr/lib/perl5/vendor_perl/5.40.2/x86_64-linux-thread-multi/B/Hooks/OP/Annotation.pm
/usr/lib/perl5/vendor_perl/5.40.2/x86_64-linux-thread-multi/B/Hooks/OP/Annotation/Install
/usr/lib/perl5/vendor_perl/5.40.2/x86_64-linux-thread-multi/B/Hooks/OP/Annotation/Install/Files.pm
/usr/lib/perl5/vendor_perl/5.40.2/x86_64-linux-thread-multi/B/Hooks/OP/Annotation/Install/hook_op_annotation.h
/usr/lib/perl5/vendor_perl/5.40.2/x86_64-linux-thread-multi/auto/B
/usr/lib/perl5/vendor_perl/5.40.2/x86_64-linux-thread-multi/auto/B/Hooks
/usr/lib/perl5/vendor_perl/5.40.2/x86_64-linux-thread-multi/auto/B/Hooks/OP
/usr/lib/perl5/vendor_perl/5.40.2/x86_64-linux-thread-multi/auto/B/Hooks/OP/Annotation
/usr/lib/perl5/vendor_perl/5.40.2/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


Generated by rpm2html 1.8.1

Fabrice Bellet, Fri Jun 20 23:43:47 2025