Marcel Telka
2024-01-22 87ddfc3b21b6b3e2262265fae93268be8d7b049a
perl/Math-Int64: update to 0.57

5 files modified
45 ■■■■■ changed files
components/perl/Math-Int64/Makefile 5 ●●●●● patch | view | raw | blame | history
components/perl/Math-Int64/Math-Int64-PERLVER.p5m 1 ●●●● patch | view | raw | blame | history
components/perl/Math-Int64/manifests/sample-manifest.p5m 3 ●●●● patch | view | raw | blame | history
components/perl/Math-Int64/pkg5 6 ●●●● patch | view | raw | blame | history
components/perl/Math-Int64/test/results-all.master 30 ●●●●● patch | view | raw | blame | history
components/perl/Math-Int64/Makefile
@@ -19,12 +19,11 @@
include ../../../make-rules/shared-macros.mk
COMPONENT_PERL_MODULE =        Math::Int64
HUMAN_VERSION =            0.54
COMPONENT_REVISION =        1
HUMAN_VERSION =            0.57
COMPONENT_SUMMARY =        Math::Int64 - Manipulate 64 bits integers in Perl
COMPONENT_CPAN_AUTHOR =        SALVA
COMPONENT_ARCHIVE_HASH =    \
    sha256:dcfc51e698437ea6b9cefe0276215c56cdb6a7f85e3e24a2b6b4189f1960d351
    sha256:12c60111c1cfceb257ac2ccc5b2e1721879efa09a1b0a73e8836afca107a7d75
COMPONENT_LICENSE =        Artistic-1.0 OR GPL-1.0-or-later
COMPONENT_LICENSE_FILE =    COPYING
components/perl/Math-Int64/Math-Int64-PERLVER.p5m
@@ -38,4 +38,3 @@
    pkg.debug.depend.path=usr/perl5/$(PERLVER)/bin
# Automatically generated dependencies based on distribution metadata
#depend type=require fmri=pkg:/runtime/perl-$(PLV)
components/perl/Math-Int64/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)
@@ -38,4 +38,3 @@
    pkg.debug.depend.path=usr/perl5/$(PERLVER)/bin
# Automatically generated dependencies based on distribution metadata
#depend type=require fmri=pkg:/runtime/perl-$(PLV)
components/perl/Math-Int64/pkg5
@@ -6,10 +6,10 @@
        "system/library"
    ],
    "fmris": [
        "library/perl-5/math-int64",
        "library/perl-5/math-int64-534",
        "library/perl-5/math-int64-536",
        "library/perl-5/math-int64-538",
        "library/perl-5/math-int64"
        "library/perl-5/math-int64-538"
    ],
    "name": "Math-Int64"
}
}
components/perl/Math-Int64/test/results-all.master
@@ -1,22 +1,12 @@
t/00-compile.t ............ ok
t/00-report-prereqs.t ..... ok
t/as_int64.t .............. ok
t/author-eol.t ............ skipped: these tests are for testing by the author
t/author-no-tabs.t ........ skipped: these tests are for testing by the author
t/author-pod-spell.t ...... skipped: these tests are for testing by the author
t/author-pod-syntax.t ..... skipped: these tests are for testing by the author
t/die_on_overflow.t ....... ok
t/Math-Int64-Native.t ..... ok
t/Math-Int64.t ............ ok
t/Math-UInt64-Native.t .... ok
t/Math-UInt64.t ........... ok
t/MSC.t ................... ok
t/pow.t ................... ok
t/release-cpan-changes.t .. skipped: these tests are for release candidate testing
t/release-pod-coverage.t .. skipped: these tests are for release candidate testing
t/release-portability.t ... skipped: these tests are for release candidate testing
t/release-synopsis.t ...... skipped: these tests are for release candidate testing
t/storable.t .............. ok
t/as_int64.t ............ ok
t/die_on_overflow.t ..... ok
t/Math-Int64-Native.t ... ok
t/Math-Int64.t .......... ok
t/Math-UInt64-Native.t .. ok
t/Math-UInt64.t ......... ok
t/MSC.t ................. ok
t/pow.t ................. ok
t/storable.t ............ ok
All tests successful.
Files=19, Tests=2525
Files=9, Tests=2523
Result: PASS