Marcel Telka
2024-02-29 d0886025251dca43c0591c298a9ad6ce93ee4aad
perl/B-Hooks-EndOfScope: update to 0.27

4 files modified
29 ■■■■ changed files
components/perl/B-Hooks-EndOfScope/B-Hooks-EndOfScope-PERLVER.p5m 2 ●●● patch | view | raw | blame | history
components/perl/B-Hooks-EndOfScope/Makefile 11 ●●●● patch | view | raw | blame | history
components/perl/B-Hooks-EndOfScope/manifests/sample-manifest.p5m 4 ●●●● patch | view | raw | blame | history
components/perl/B-Hooks-EndOfScope/pkg5 12 ●●●● patch | view | raw | blame | history
components/perl/B-Hooks-EndOfScope/B-Hooks-EndOfScope-PERLVER.p5m
@@ -40,4 +40,4 @@
depend type=require fmri=pkg:/library/perl-5/module-implementation-$(PLV)@0.5
depend type=require \
    fmri=pkg:/library/perl-5/sub-exporter-progressive-$(PLV)@0.1.6
depend type=require fmri=pkg:/library/perl-5/variable-magic-$(PLV)@0.48
depend type=require fmri=pkg:/library/perl-5/variable-ondestruct-$(PLV)@0.7
components/perl/B-Hooks-EndOfScope/Makefile
@@ -19,13 +19,12 @@
include ../../../make-rules/shared-macros.mk
COMPONENT_PERL_MODULE =        B::Hooks::EndOfScope
HUMAN_VERSION =            0.26
COMPONENT_REVISION =        2
HUMAN_VERSION =            0.27
COMPONENT_SUMMARY =        B::Hooks::EndOfScope - Execute code after a scope finished compilation
COMPONENT_CPAN_AUTHOR =        ETHER
COMPONENT_ARCHIVE_HASH =    \
    sha256:39df2f8c007a754672075f95b90797baebe97ada6d944b197a6352709cb30671
COMPONENT_LICENSE =        Artistic-1.0 OR GPL-1.0-or-later
    sha256:106bac2dc33fb8f9bf8481dc8bbf2128fa486e7ee77e083fcfa176e62aa4f82c
COMPONENT_LICENSE =        Artistic-1.0-Perl OR GPL-1.0-or-later
COMPONENT_LICENSE_FILE =    LICENCE
include $(WS_MAKE_RULES)/common.mk
@@ -33,5 +32,7 @@
# Auto-generated dependencies
PERL_REQUIRED_PACKAGES += library/perl-5/module-implementation
PERL_REQUIRED_PACKAGES += library/perl-5/sub-exporter-progressive
PERL_REQUIRED_PACKAGES += library/perl-5/variable-magic
PERL_REQUIRED_PACKAGES += library/perl-5/variable-ondestruct
PERL_REQUIRED_PACKAGES += runtime/perl
TEST_REQUIRED_PACKAGES.perl += library/perl-5/devel-hide
TEST_REQUIRED_PACKAGES.perl += library/perl-5/variable-ondestruct
components/perl/B-Hooks-EndOfScope/manifests/sample-manifest.p5m
@@ -10,7 +10,7 @@
#
#
# Copyright 2023 <contributor>
# Copyright 2024 <contributor>
#
set name=pkg.fmri value=pkg:/$(COMPONENT_FMRI)-$(PLV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
@@ -40,4 +40,4 @@
depend type=require fmri=pkg:/library/perl-5/module-implementation-$(PLV)@0.5
depend type=require \
    fmri=pkg:/library/perl-5/sub-exporter-progressive-$(PLV)@0.1.6
depend type=require fmri=pkg:/library/perl-5/variable-magic-$(PLV)@0.48
depend type=require fmri=pkg:/library/perl-5/variable-ondestruct-$(PLV)@0.7
components/perl/B-Hooks-EndOfScope/pkg5
@@ -6,18 +6,18 @@
        "library/perl-5/sub-exporter-progressive-534",
        "library/perl-5/sub-exporter-progressive-536",
        "library/perl-5/sub-exporter-progressive-538",
        "library/perl-5/variable-magic-534",
        "library/perl-5/variable-magic-536",
        "library/perl-5/variable-magic-538",
        "library/perl-5/variable-ondestruct-534",
        "library/perl-5/variable-ondestruct-536",
        "library/perl-5/variable-ondestruct-538",
        "runtime/perl-534",
        "runtime/perl-536",
        "runtime/perl-538"
    ],
    "fmris": [
        "library/perl-5/b-hooks-endofscope",
        "library/perl-5/b-hooks-endofscope-534",
        "library/perl-5/b-hooks-endofscope-536",
        "library/perl-5/b-hooks-endofscope-538",
        "library/perl-5/b-hooks-endofscope"
        "library/perl-5/b-hooks-endofscope-538"
    ],
    "name": "B-Hooks-EndOfScope"
}
}