Skip to content

Commit

Permalink
Bump the requirement of Test::More to 0.88
Browse files Browse the repository at this point in the history
  • Loading branch information
charsbar committed Jul 29, 2023
1 parent 49c6451 commit 9cf4ed4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -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' ],
Expand Down

0 comments on commit 9cf4ed4

Please sign in to comment.