Marcel Telka
2024-02-02 e0e653b18986e4939a5f17e01b18363991482a3f
perl/Perl-Tidy: update to 20240202

4 files modified
15 ■■■■ changed files
components/perl/Perl-Tidy/Makefile 4 ●●●● patch | view | raw | blame | history
components/perl/Perl-Tidy/manifests/sample-manifest.p5m 2 ●●● patch | view | raw | blame | history
components/perl/Perl-Tidy/pkg5 6 ●●●● patch | view | raw | blame | history
components/perl/Perl-Tidy/test/results-all.master 3 ●●●● patch | view | raw | blame | history
components/perl/Perl-Tidy/Makefile
@@ -19,11 +19,11 @@
include ../../../make-rules/shared-macros.mk
COMPONENT_PERL_MODULE =        Perl::Tidy
HUMAN_VERSION =            20230912
HUMAN_VERSION =            20240202
COMPONENT_SUMMARY =        Perl::Tidy - indent and reformat perl scripts
COMPONENT_CPAN_AUTHOR =        SHANCOCK
COMPONENT_ARCHIVE_HASH =    \
    sha256:0c57888f206f987777e16640e72574aa0a777846719f8e3ed0413c35325f5540
    sha256:9451adde47c2713652d39b150fb3eeb3ccc702add46913e989125184cd7ec57d
COMPONENT_LICENSE =        GPL-2.0-only
COMPONENT_LICENSE_FILE =    COPYING
components/perl/Perl-Tidy/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)
components/perl/Perl-Tidy/pkg5
@@ -5,10 +5,10 @@
        "runtime/perl-538"
    ],
    "fmris": [
        "library/perl-5/perl-tidy",
        "library/perl-5/perl-tidy-534",
        "library/perl-5/perl-tidy-536",
        "library/perl-5/perl-tidy-538",
        "library/perl-5/perl-tidy"
        "library/perl-5/perl-tidy-538"
    ],
    "name": "Perl-Tidy"
}
}
components/perl/Perl-Tidy/test/results-all.master
@@ -21,6 +21,7 @@
t/snippets26.t ............ ok
t/snippets27.t ............ ok
t/snippets28.t ............ ok
t/snippets29.t ............ ok
t/snippets3.t ............. ok
t/snippets4.t ............. ok
t/snippets5.t ............. ok
@@ -38,5 +39,5 @@
t/testwide.t .............. ok
t/zero.t .................. ok
All tests successful.
Files=39, Tests=569
Files=40, Tests=576
Result: PASS