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
|
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
|
- 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),
|
broken on the latest MacOS X (due to a missing symbol),
|
||||||
and broke other modules that typically use temporary tables
|
and broke other modules that typically use temporary tables
|
||||||
|
|
12
Makefile.PL
12
Makefile.PL
|
@ -279,11 +279,11 @@ WriteMakefile(
|
||||||
AUTHOR => 'Adam Kennedy <adamk@cpan.org>',
|
AUTHOR => 'Adam Kennedy <adamk@cpan.org>',
|
||||||
# Release manager (can this be an array?)
|
# Release manager (can this be an array?)
|
||||||
PREREQ_PM => {
|
PREREQ_PM => {
|
||||||
'Tie::Hash' => 0,
|
'Tie::Hash' => 0,
|
||||||
'File::Spec' => (WINLIKE ? '3.27' : '0.82'),
|
'File::Spec' => (WINLIKE ? '3.27' : '0.82'),
|
||||||
'DBI' => $DBI_required,
|
'DBI' => $DBI_required,
|
||||||
'Test::More' => '0.47', # Test::NoWarnings
|
'Test::More' => '0.47', # Test::NoWarnings
|
||||||
'Test::Builder' => '0.86', # Test::NoWarnings
|
'Test::Builder' => '0.86', # Test::NoWarnings
|
||||||
( WINLIKE ? (
|
( WINLIKE ? (
|
||||||
'Win32' => '0.30',
|
'Win32' => '0.30',
|
||||||
) : () ),
|
) : () ),
|
||||||
|
@ -292,7 +292,7 @@ WriteMakefile(
|
||||||
MIN_PERL_VERSION => '5.006',
|
MIN_PERL_VERSION => '5.006',
|
||||||
),
|
),
|
||||||
OPTIONAL( '6.31',
|
OPTIONAL( '6.31',
|
||||||
LICENSE => 'perl',
|
LICENSE => 'perl',
|
||||||
),
|
),
|
||||||
OPTIONAL( '6.46',
|
OPTIONAL( '6.46',
|
||||||
# Use META_ADD instead of META_MERGE so that we can remove
|
# Use META_ADD instead of META_MERGE so that we can remove
|
||||||
|
|
Loading…
Add table
Reference in a new issue