[Bast-commits] r7074 - DBIx-Class/0.08/trunk/lib/DBIx/Class/Manual
tomboh at dev.catalyst.perl.org
tomboh at dev.catalyst.perl.org
Mon Jul 20 16:20:38 GMT 2009
Author: tomboh
Date: 2009-07-20 16:20:37 +0000 (Mon, 20 Jul 2009)
New Revision: 7074
Modified:
DBIx-Class/0.08/trunk/lib/DBIx/Class/Manual/Example.pod
Log:
Fix POD changes from r7040.
Modified: DBIx-Class/0.08/trunk/lib/DBIx/Class/Manual/Example.pod
===================================================================
--- DBIx-Class/0.08/trunk/lib/DBIx/Class/Manual/Example.pod 2009-07-20 13:47:48 UTC (rev 7073)
+++ DBIx-Class/0.08/trunk/lib/DBIx/Class/Manual/Example.pod 2009-07-20 16:20:37 UTC (rev 7074)
@@ -349,13 +349,13 @@
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
More information about the Bast-commits
mailing list