From 3140bc4920413d9f2ab9f2bb35245a1eac61e28e Mon Sep 17 00:00:00 2001 From: Darren Duncan Date: Tue, 27 Oct 2009 06:00:06 +0000 Subject: [PATCH] DBD::SQLite : Makefile.PL : MM in Perl 5.006 supports AUTHOR; make use non-optional --- Makefile.PL | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Makefile.PL b/Makefile.PL index 7911540..0dfd8d7 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -251,6 +251,8 @@ WriteMakefile( NAME => 'DBD::SQLite', ABSTRACT => 'Self Contained SQLite RDBMS in a DBI Driver', VERSION_FROM => 'lib/DBD/SQLite.pm', + AUTHOR => 'Adam Kennedy ', + # Release manager (can this be an array?) PREREQ_PM => { 'Tie::Hash' => 0, 'File::Spec' => (WINLIKE ? '3.27' : '0.82'), @@ -266,10 +268,6 @@ WriteMakefile( OPTIONAL( '6.31', LICENSE => 'perl', ), - OPTIONAL( '6.11', - # Release manager (can this be an array?) - AUTHOR => 'Adam Kennedy ', - ), OPTIONAL( '6.46', # Use META_ADD instead of META_MERGE so that we can remove # any build-time dependencies that MakeMaker will put into