From 89238d726d9faf88810820433a5373c4aaa9be6a Mon Sep 17 00:00:00 2001 From: pmqs Date: Mon, 14 Oct 2024 16:06:42 +0100 Subject: [PATCH] Bundled Test::More fails with perl 5.41.x #12 --- META.json | 8 ++++++++ META.yml | 4 +++- Makefile.PL | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/META.json b/META.json index d391d85..556ab0e 100644 --- a/META.json +++ b/META.json @@ -19,6 +19,14 @@ "inc" ] }, + "prereqs" : { + "build" : { + "requires" : { + "ExtUtils::MakeMaker": "0", + "Test::More" : "0" + } + }, + "release_status" : "stable", "resources" : { "bugtracker" : { diff --git a/META.yml b/META.yml index 1f9045e..bfc2dc4 100644 --- a/META.yml +++ b/META.yml @@ -2,7 +2,9 @@ abstract: 'Perl extension for Berkeley DB version 2, 3, 4, 5 or 6' author: - 'Paul Marquess ' -build_requires: {} +build_requires: + ExtUtils::MakeMaker: '0' + Test::More: '0' dynamic_config: 1 generated_by: 'ExtUtils::MakeMaker version 6.6302, CPAN::Meta::Converter version 2.120630' license: perl diff --git a/Makefile.PL b/Makefile.PL index 293097c..87b38c0 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -59,7 +59,7 @@ WriteMakefile( VERSION_FROM => 'BerkeleyDB.pm', XSPROTOARG => '-noprototypes', DEFINE => "$OS2 $WALL $TRACE", - PREREQ_PM => { 'Test-Simple' => 0 }, + PREREQ_PM => { 'Test::More' => 0 }, #'macro' => { INSTALLDIRS => 'perl' }, 'dist' => {COMPRESS=>'gzip', SUFFIX=>'gz'}, ($] >= 5.005