Skip to content

Commit

Permalink
Bundled Test::More fails with perl 5.41.x #12
Browse files Browse the repository at this point in the history
  • Loading branch information
pmqs committed Oct 14, 2024
1 parent 0f3c102 commit 89238d7
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
8 changes: 8 additions & 0 deletions META.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,14 @@
"inc"
]
},
"prereqs" : {
"build" : {
"requires" : {
"ExtUtils::MakeMaker": "0",
"Test::More" : "0"
}
},

"release_status" : "stable",
"resources" : {
"bugtracker" : {
Expand Down
4 changes: 3 additions & 1 deletion META.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
abstract: 'Perl extension for Berkeley DB version 2, 3, 4, 5 or 6'
author:
- 'Paul Marquess <pmqs@cpan.org>'
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
Expand Down
2 changes: 1 addition & 1 deletion Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 89238d7

Please sign in to comment.