From: Rafael Kitover Date: Mon, 24 Jan 2011 17:52:37 +0000 (-0500) Subject: remove mention of name_sep from Schema::Loader doc X-Git-Tag: v0.08191~109 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=0353535690d973b3ad10e1476d5d0c5692655d11;p=dbsrgits%2FDBIx-Class.git remove mention of name_sep from Schema::Loader doc --- diff --git a/lib/DBIx/Class/Manual/Intro.pod b/lib/DBIx/Class/Manual/Intro.pod index 2d83e31..bc18fa8 100644 --- a/lib/DBIx/Class/Manual/Intro.pod +++ b/lib/DBIx/Class/Manual/Intro.pod @@ -216,7 +216,7 @@ L: $ script/myapp_create.pl model MyDB DBIC::Schema MyDB::Schema \ create=static moniker_map='{ foo => "FOO" }' dbi:SQLite:./myapp.db \ - on_connect_do='PRAGMA foreign_keys=ON' quote_char='"' name_sep='.' + on_connect_do='PRAGMA foreign_keys=ON' quote_char='"' See L for more information on this helper.