1
0
Fork 0
mirror of https://github.com/DBD-SQLite/DBD-SQLite synced 2025-06-07 14:19:10 -04:00

requires Test::More 0.88 for done_testing

This commit is contained in:
Kenichi Ishigaki 2019-01-07 03:51:01 +09:00
parent 627666e888
commit 9696efa8bf

View file

@ -335,8 +335,7 @@ WriteMakefile(
'Tie::Hash' => 0,
'File::Spec' => (WINLIKE ? '3.27' : '0.82'),
'DBI' => $DBI_required,
'Test::More' => '0.82', # Test::NoWarnings
'Test::Builder' => '0.86', # Test::NoWarnings
'Test::More' => '0.88', # done_testing
( WINLIKE ? (
'Win32' => '0.30',
) : () ),
@ -367,9 +366,7 @@ WriteMakefile(
},
build_requires => {
'File::Spec' => (WINLIKE ? '3.27' : '0.82'),
'Test::More' => '0.82',
# Bundled in /inc
# 'Test::NoWarnings' => '0.081',
'Test::More' => '0.88',
},
requires => {
'Tie::Hash' => 0,