1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
Description: Fix typo in documentation.
Bug: https://rt.cpan.org/Ticket/Display.html?id=71473
Forwarded: https://rt.cpan.org/Ticket/Display.html?id=71473
Author: Tim Retout <diocles@debian.org>
Reviewed-by: gregor herrmann <gregoa@debian.org>
Last-Update: 2011-10-05
--- a/lib/KiokuDB/Backend/DBI.pm
+++ b/lib/KiokuDB/Backend/DBI.pm
@@ -1088,7 +1088,7 @@
=head1 SUPPORTED DATABASES
This driver has been tested with MySQL 5 (4.1 should be the minimal supported
-version), SQLite 3, and PostgresSQL 8.3.
+version), SQLite 3, and PostgreSQL 8.3.
The SQL code is reasonably portable and should work with most databases. Binary
column support is required when using the L<Storable> serializer.
|