POD fixes (RT#58247)
Peter Rabbitson [Sat, 12 Jun 2010 00:19:03 +0000 (02:19 +0200)]
Changes
lib/DBIx/Class/SQLAHacks/Oracle.pm
lib/DBIx/Class/UTF8Columns.pm

diff --git a/Changes b/Changes
index d03b1e3..abcca55 100644 (file)
--- 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
index 3e55622..23c1285 100644 (file)
@@ -195,7 +195,7 @@ DBIx::Class::SQLAHacks::Oracle - adds hierarchical query support for Oracle to S
 
 =head1 DESCRIPTION
 
-See L<DBIx::Class::Storage::DBI::Oracle::Generic> for more informations about
+See L<DBIx::Class::Storage::DBI::Oracle::Generic> for more information about
 how to use hierarchical queries with DBIx::Class.
 
 =cut
index 9a54e5b..e6e6e51 100644 (file)
@@ -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<DBIC_UTF8COLUMNS_OK>
 to a true value.