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

Merge pull request #42 from fsbruva/master

(Makefile.PL): Correct required version of Test::More
This commit is contained in:
Kenichi Ishigaki 2019-01-02 02:15:39 +09:00 committed by GitHub
commit 81d35f23ba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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