From: Tom Hukins <tom@eborcom.com> Date: Mon, 20 Jul 2009 16:20:37 +0000 (+0000) Subject: Fix POD changes from r7040. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=7d04b10717ff489d93e103113ed2d29125cec519;p=dbsrgits%2FDBIx-Class-Historic.git Fix POD changes from r7040. --- diff --git a/lib/DBIx/Class/Manual/Example.pod b/lib/DBIx/Class/Manual/Example.pod index 9ebb2ba..1f332fc 100644 --- a/lib/DBIx/Class/Manual/Example.pod +++ b/lib/DBIx/Class/Manual/Example.pod @@ -349,13 +349,13 @@ It should output: A reference implentation of the database and scripts in this example are available in the main distribution for DBIx::Class under the -directory C<t/examples/Schema>. +directory F<t/examples/Schema>. With these scripts we're relying on @INC looking in the current working directory. You may want to add the MyDatabase namespaces to @INC in a different way when it comes to deployment. -The C<testdb.pl> script is an excellent start for testing your database +The F<testdb.pl> script is an excellent start for testing your database model. This example uses L<DBIx::Class::Schema/load_namespaces> to load in the