mirror of
https://github.com/DBD-SQLite/DBD-SQLite
synced 2025-06-07 14:19:10 -04:00
Merge pull request #42 from fsbruva/master
(Makefile.PL): Correct required version of Test::More
This commit is contained in:
commit
81d35f23ba
1 changed files with 2 additions and 2 deletions
|
@ -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',
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue