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

::VirtualTable depends on Scalar::Util

This commit is contained in:
Kenichi Ishigaki 2014-10-22 23:12:39 +09:00
parent 4139bb51bb
commit 898f67d355

View file

@ -342,6 +342,7 @@ WriteMakefile(
requires => {
'Tie::Hash' => 0,
'DBI' => $DBI_required,
'Scalar::Util' => 0,
( WINLIKE ? (
'Win32' => '0.30',
) : () ),