1
0
Fork 0
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:
Alexandr Ciornii 2009-04-16 22:34:46 +00:00
parent be6c4d5caa
commit 2adde5af8c
2 changed files with 2 additions and 0 deletions

View file

@ -7,6 +7,7 @@ Changes for Perl extension DBD-SQLite.
getting us closer to removing t/lib.pl entirely (ADAMK) getting us closer to removing t/lib.pl entirely (ADAMK)
- Increased use of Test::NoWarnings (ADAMK) - Increased use of Test::NoWarnings (ADAMK)
- Converted half the remaining lib.pl tests to t::lib::Test (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 1.22_06 Wed 15 Apr 2009
- Simplifying various miscellaneous code (ADAMK) - Simplifying various miscellaneous code (ADAMK)

View file

@ -209,6 +209,7 @@ WriteMakefile(
'File::Spec' => (WINLIKE ? '3.27' : '0.82'), 'File::Spec' => (WINLIKE ? '3.27' : '0.82'),
'DBI' => $DBI_required, 'DBI' => $DBI_required,
'Test::More' => '0.42', 'Test::More' => '0.42',
(WINLIKE ? ('Win32' => 0) : ()),
}, },
OPTIONAL( '6.48', OPTIONAL( '6.48',
MIN_PERL_VERSION => '5.006', MIN_PERL_VERSION => '5.006',