mirror of
https://github.com/DBD-SQLite/DBD-SQLite
synced 2025-06-07 22:28:47 -04:00
DBD::SQLite : Makefile.PL : MM in Perl 5.006 supports AUTHOR; make use non-optional
This commit is contained in:
parent
b3e359ea68
commit
3140bc4920
1 changed files with 2 additions and 4 deletions
|
@ -251,6 +251,8 @@ WriteMakefile(
|
||||||
NAME => 'DBD::SQLite',
|
NAME => 'DBD::SQLite',
|
||||||
ABSTRACT => 'Self Contained SQLite RDBMS in a DBI Driver',
|
ABSTRACT => 'Self Contained SQLite RDBMS in a DBI Driver',
|
||||||
VERSION_FROM => 'lib/DBD/SQLite.pm',
|
VERSION_FROM => 'lib/DBD/SQLite.pm',
|
||||||
|
AUTHOR => 'Adam Kennedy <adamk@cpan.org>',
|
||||||
|
# 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'),
|
||||||
|
@ -266,10 +268,6 @@ WriteMakefile(
|
||||||
OPTIONAL( '6.31',
|
OPTIONAL( '6.31',
|
||||||
LICENSE => 'perl',
|
LICENSE => 'perl',
|
||||||
),
|
),
|
||||||
OPTIONAL( '6.11',
|
|
||||||
# Release manager (can this be an array?)
|
|
||||||
AUTHOR => 'Adam Kennedy <adamk@cpan.org>',
|
|
||||||
),
|
|
||||||
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
|
||||||
# any build-time dependencies that MakeMaker will put into
|
# any build-time dependencies that MakeMaker will put into
|
||||||
|
|
Loading…
Add table
Reference in a new issue