1
0
Fork 0
mirror of https://github.com/DBD-SQLite/DBD-SQLite synced 2025-06-08 06:38:12 -04:00

DBD::SQLite : Makefile.PL : MM in Perl 5.006 supports AUTHOR; make use non-optional

This commit is contained in:
Darren Duncan 2009-10-27 06:00:06 +00:00
parent b3e359ea68
commit 3140bc4920

View file

@ -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