From: Peter Rabbitson Date: Sat, 12 Jun 2010 00:19:03 +0000 (+0200) Subject: POD fixes (RT#58247) X-Git-Tag: v0.08123~6 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FDBIx-Class.git;a=commitdiff_plain;h=aa9bcbfb851c89bdedd331806beb0c66ddf11709 POD fixes (RT#58247) --- diff --git a/Changes b/Changes index d03b1e3..abcca55 100644 --- a/Changes +++ b/Changes @@ -7,6 +7,7 @@ Revision history for DBIx::Class Try::Tiny (this is *not* a Try::Tiny bug) - Fix corner case of count with group-by over a 1:1 join column where the selector ends up with column name clashes + - POD fixes (RT#58247) * Misc - Test suite default on-disk database now checks for Win32 diff --git a/lib/DBIx/Class/SQLAHacks/Oracle.pm b/lib/DBIx/Class/SQLAHacks/Oracle.pm index 3e55622..23c1285 100644 --- a/lib/DBIx/Class/SQLAHacks/Oracle.pm +++ b/lib/DBIx/Class/SQLAHacks/Oracle.pm @@ -195,7 +195,7 @@ DBIx::Class::SQLAHacks::Oracle - adds hierarchical query support for Oracle to S =head1 DESCRIPTION -See L for more informations about +See L for more information about how to use hierarchical queries with DBIx::Class. =cut diff --git a/lib/DBIx/Class/UTF8Columns.pm b/lib/DBIx/Class/UTF8Columns.pm index 9a54e5b..e6e6e51 100644 --- a/lib/DBIx/Class/UTF8Columns.pm +++ b/lib/DBIx/Class/UTF8Columns.pm @@ -31,7 +31,7 @@ stored and de-serialised to unicode strings on retrieval. THE USE OF THIS MODULE (AND ITS COUSIN DBIx::Class::ForceUTF8) IS VERY STRONGLY DISCOURAGED, PLEASE READ THE WARNINGS BELOW FOR AN EXPLANATION. -If you want to continue using this module and do not want to recieve +If you want to continue using this module and do not want to receive further warnings set the environmane variable C to a true value.