From 9cf4ed4f9017242d3865ed42c030b4172a4c8b50 Mon Sep 17 00:00:00 2001 From: Kenichi Ishigaki Date: Sat, 29 Jul 2023 17:58:38 +0900 Subject: [PATCH] Bump the requirement of Test::More to 0.88 --- Makefile.PL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.PL b/Makefile.PL index c329829..f68c97a 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -16,7 +16,7 @@ WriteMakefile( 'NAME' => 'JSON::PP', 'VERSION_FROM' => 'lib/JSON/PP.pm', # finds $VERSION 'PREREQ_PM' => { - 'Test::More' => 0, + 'Test::More' => 0.88, 'Scalar::Util' => '1.08' }, 'EXE_FILES' => [ 'bin/json_pp' ],