mirror of
https://github.com/DBD-SQLite/DBD-SQLite
synced 2025-06-08 14:48:32 -04:00
Prepare for release
This commit is contained in:
parent
a823c437f6
commit
2d1b3e12b7
2 changed files with 7 additions and 7 deletions
2
Changes
2
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
|
||||
|
|
10
Makefile.PL
10
Makefile.PL
|
@ -279,11 +279,11 @@ WriteMakefile(
|
|||
AUTHOR => 'Adam Kennedy <adamk@cpan.org>',
|
||||
# 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',
|
||||
) : () ),
|
||||
|
|
Loading…
Add table
Reference in a new issue