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:
parent
627666e888
commit
9696efa8bf
1 changed files with 2 additions and 5 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue