From 2d1b3e12b7f9e8246227e6d57179287fdcb253a9 Mon Sep 17 00:00:00 2001 From: Adam Kennedy Date: Thu, 23 Feb 2012 04:01:48 +0000 Subject: [PATCH] Prepare for release --- Changes | 2 +- Makefile.PL | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Changes b/Changes index f05cc7d..417fb59 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,6 @@ Changes for Perl extension DBD-SQLite -1.36_02 please release this +1.36_02 Thu 23 Feb 2012 - Downgraded SQLite to 3.7.9, as 3.7.10 turned out to be broken on the latest MacOS X (due to a missing symbol), and broke other modules that typically use temporary tables diff --git a/Makefile.PL b/Makefile.PL index fa46af7..0de5125 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -279,11 +279,11 @@ WriteMakefile( AUTHOR => 'Adam Kennedy ', # Release manager (can this be an array?) PREREQ_PM => { - 'Tie::Hash' => 0, - 'File::Spec' => (WINLIKE ? '3.27' : '0.82'), - 'DBI' => $DBI_required, - 'Test::More' => '0.47', # Test::NoWarnings - 'Test::Builder' => '0.86', # Test::NoWarnings + 'Tie::Hash' => 0, + 'File::Spec' => (WINLIKE ? '3.27' : '0.82'), + 'DBI' => $DBI_required, + 'Test::More' => '0.47', # Test::NoWarnings + 'Test::Builder' => '0.86', # Test::NoWarnings ( WINLIKE ? ( 'Win32' => '0.30', ) : () ), @@ -292,7 +292,7 @@ WriteMakefile( MIN_PERL_VERSION => '5.006', ), OPTIONAL( '6.31', - LICENSE => 'perl', + LICENSE => 'perl', ), OPTIONAL( '6.46', # Use META_ADD instead of META_MERGE so that we can remove