diff --git a/lib/DBD/SQLite.pm b/lib/DBD/SQLite.pm index 854a919..4756654 100644 --- a/lib/DBD/SQLite.pm +++ b/lib/DBD/SQLite.pm @@ -383,7 +383,7 @@ DBD::SQLite - Self-contained RDBMS in a DBI Driver =head1 DESCRIPTION SQLite is a public domain RDBMS database engine that you can find -at L. +at L. Rather than ask you to install SQLite first, because SQLite is public domain, B includes the entire thing in the distribution. @@ -397,7 +397,7 @@ SQLite supports the following features: =item Implements a large subset of SQL92 -See L for details. +See L for details. =item A complete DB in a single disk file @@ -532,7 +532,7 @@ The driver will check that this is a proper sorting function. =back -Collations C and C are builtin within Sqlite. +Collations C and C are builtin within SQLite. Collations C and C are builtin within the B driver, and correspond to the Perl C operator with or without the L pragma;