diff --git a/Changes b/Changes index 3edf931..db24132 100644 --- a/Changes +++ b/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) diff --git a/Makefile.PL b/Makefile.PL index 4690c81..20aebb3 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -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',