mirror of
https://github.com/DBD-SQLite/DBD-SQLite
synced 2025-06-07 22:28:47 -04:00
Require Win32.pm on Windows
This commit is contained in:
parent
be6c4d5caa
commit
2adde5af8c
2 changed files with 2 additions and 0 deletions
1
Changes
1
Changes
|
@ -7,6 +7,7 @@ Changes for Perl extension DBD-SQLite.
|
|||
getting us closer to removing t/lib.pl entirely (ADAMK)
|
||||
- Increased use of Test::NoWarnings (ADAMK)
|
||||
- Converted half the remaining lib.pl tests to t::lib::Test (ADAMK)
|
||||
- Require Win32.pm on Windows (CHORNY)
|
||||
|
||||
1.22_06 Wed 15 Apr 2009
|
||||
- Simplifying various miscellaneous code (ADAMK)
|
||||
|
|
|
@ -209,6 +209,7 @@ WriteMakefile(
|
|||
'File::Spec' => (WINLIKE ? '3.27' : '0.82'),
|
||||
'DBI' => $DBI_required,
|
||||
'Test::More' => '0.42',
|
||||
(WINLIKE ? ('Win32' => 0) : ()),
|
||||
},
|
||||
OPTIONAL( '6.48',
|
||||
MIN_PERL_VERSION => '5.006',
|
||||
|
|
Loading…
Add table
Reference in a new issue