From d4bad157d527dc564b190a737b3052a6cc4dab38 Mon Sep 17 00:00:00 2001 From: Marcel Telka Date: Thu, 21 Nov 2024 07:46:21 +0100 Subject: [PATCH] perl/Module-ScanDeps: update to 1.37 --- components/perl/Module-ScanDeps/.gitignore | 2 +- components/perl/Module-ScanDeps/Makefile | 5 ++--- components/perl/Module-ScanDeps/history | 2 +- components/perl/Module-ScanDeps/test/results-all.master | 3 ++- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/components/perl/Module-ScanDeps/.gitignore b/components/perl/Module-ScanDeps/.gitignore index e11292038e..5c54f3c3fc 100644 --- a/components/perl/Module-ScanDeps/.gitignore +++ b/components/perl/Module-ScanDeps/.gitignore @@ -1 +1 @@ -/Module-ScanDeps-1.35/ +/Module-ScanDeps-1.37/ diff --git a/components/perl/Module-ScanDeps/Makefile b/components/perl/Module-ScanDeps/Makefile index 50fe11593f..cada28d755 100644 --- a/components/perl/Module-ScanDeps/Makefile +++ b/components/perl/Module-ScanDeps/Makefile @@ -19,12 +19,11 @@ BUILD_STYLE = makemaker include ../../../make-rules/shared-macros.mk COMPONENT_PERL_MODULE = Module::ScanDeps -HUMAN_VERSION = 1.35 -COMPONENT_REVISION = 1 +HUMAN_VERSION = 1.37 COMPONENT_SUMMARY = Module::ScanDeps - Recursively scan Perl code for dependencies COMPONENT_CPAN_AUTHOR = RSCHUPP COMPONENT_ARCHIVE_HASH = \ - sha256:e5beb3adf55be3dab71f9a1416d4bad57b14e5e05c96370741b9d8f96a51b612 + sha256:1f5e119cade1466c39c71e5bc35a8d4f4e672635db03d79a5a0dcf08c4e2b5a3 COMPONENT_LICENSE = Artistic-1.0 OR GPL-1.0-or-later COMPONENT_LICENSE_FILE = LICENSE diff --git a/components/perl/Module-ScanDeps/history b/components/perl/Module-ScanDeps/history index d399d0545c..78b9d8ca16 100644 --- a/components/perl/Module-ScanDeps/history +++ b/components/perl/Module-ScanDeps/history @@ -1 +1 @@ -library/perl-5/module-scandeps-534@1.35,5.11-2023.0.0.1 noincorporate +library/perl-5/module-scandeps-534@1.35,5.11-2023.0.0.2 diff --git a/components/perl/Module-ScanDeps/test/results-all.master b/components/perl/Module-ScanDeps/test/results-all.master index a69c26bf5d..f18d9ec8e1 100644 --- a/components/perl/Module-ScanDeps/test/results-all.master +++ b/components/perl/Module-ScanDeps/test/results-all.master @@ -12,6 +12,7 @@ t/17-private_methods.t .......................... ok t/18-findbin.t .................................. ok t/19-autosplit.t ................................ ok t/2-static_functional_interface_fake.t .......... ok +t/20-_parse_libs.t .............................. ok t/3-static_oo_interface_real.t .................. ok t/4-static_functional_interface_options_fake.t .. ok t/5-pluggable_fake.t ............................ ok @@ -21,5 +22,5 @@ t/8-check_duplicated_entries.t .................. ok t/9-check_path_to_inc_name.t .................... ok t/rt90869.t ..................................... ok All tests successful. -Files=20, Tests=181 +Files=21, Tests=204 Result: PASS -- 2.11.4.GIT