mirror of
https://github.com/DBD-SQLite/DBD-SQLite
synced 2025-06-08 14:48:32 -04:00
use File::Spec explicitly
This commit is contained in:
parent
70a17ed9d6
commit
11d0f21549
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@ use 5.006;
|
||||||
use strict;
|
use strict;
|
||||||
use ExtUtils::MakeMaker;
|
use ExtUtils::MakeMaker;
|
||||||
use Config;
|
use Config;
|
||||||
|
use File::Spec;
|
||||||
|
|
||||||
# Some dependencies need to be more aggressive on Windows
|
# Some dependencies need to be more aggressive on Windows
|
||||||
sub WINLIKE () {
|
sub WINLIKE () {
|
||||||
|
|
Loading…
Add table
Reference in a new issue