From b3e359ea68f03ec1358d0af277780bb74994c018 Mon Sep 17 00:00:00 2001 From: Kenichi Ishigaki Date: Wed, 21 Oct 2009 02:42:50 +0000 Subject: [PATCH] DBD::SQLite: added myself to the authors ;p --- lib/DBD/SQLite.pm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/DBD/SQLite.pm b/lib/DBD/SQLite.pm index 49fa163..b21a6d0 100644 --- a/lib/DBD/SQLite.pm +++ b/lib/DBD/SQLite.pm @@ -1464,7 +1464,7 @@ L Note that bugs of bundled sqlite library (i.e. bugs in C) should be reported to the sqlite developers at sqlite.org via their bug tracker or via their mailing list. -=head1 AUTHOR +=head1 AUTHORS Matt Sergeant Ematt@sergeant.orgE @@ -1478,6 +1478,8 @@ Max Maischein Ecorion@cpan.orgE Laurent Dami Edami@cpan.orgE +Kenichi Ishigaki Eishigaki@cpan.orgE + =head1 COPYRIGHT The bundled SQLite code in this distribution is Public Domain.