From: Dagfinn Ilmari Mannsåker Date: Mon, 22 Sep 2014 16:32:46 +0000 (+0100) Subject: Fix broken POD links found by App::PodLinkChecker X-Git-Tag: 0.07043~31 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FDBIx-Class-Schema-Loader.git;a=commitdiff_plain;h=2c158baf9e6e6fd6502cf959d4a2a2a6a3e71261 Fix broken POD links found by App::PodLinkChecker --- diff --git a/lib/DBIx/Class/Schema/Loader/Base.pm b/lib/DBIx/Class/Schema/Loader/Base.pm index 392fb1e..0b22a09 100644 --- a/lib/DBIx/Class/Schema/Loader/Base.pm +++ b/lib/DBIx/Class/Schema/Loader/Base.pm @@ -210,7 +210,7 @@ How to name column accessors in Result classes. =item force_ascii For L mode and later, uses L instead of -L to force monikers and other identifiers to +L to force monikers and other identifiers to ASCII. =back diff --git a/lib/DBIx/Class/Schema/Loader/DBObject.pm b/lib/DBIx/Class/Schema/Loader/DBObject.pm index a4a9e2c..0703cc2 100644 --- a/lib/DBIx/Class/Schema/Loader/DBObject.pm +++ b/lib/DBIx/Class/Schema/Loader/DBObject.pm @@ -157,7 +157,7 @@ sub dbic_name { =head2 name_parts Returns an arrayref of the values returned by the methods specified in -the L of +the L of the L object. The object arrayrefifies to this value. =cut