From: Matt S Trout Date: Wed, 10 May 2006 18:45:45 +0000 (+0000) Subject: fixup POD to only mention DBIC::Schema model, not DBIC X-Git-Tag: 5.7099_04~597 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=60fa95baef6674b7431c19bdf5c97ac32aa1ef81 fixup POD to only mention DBIC::Schema model, not DBIC --- diff --git a/Changes b/Changes index 54dffe5..90356d0 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,6 @@ This file documents the revision history for Perl extension Catalyst. + - Fix pod to use DBIC::Schema instead of DBIC model - Fix ->config failing to copy _config for subclassing - ConfigLoader: Updated to version 0.07 diff --git a/lib/Catalyst.pm b/lib/Catalyst.pm index b43ffcc..961899e 100644 --- a/lib/Catalyst.pm +++ b/lib/Catalyst.pm @@ -91,7 +91,7 @@ Catalyst - The Elegant MVC Web Application Framework catalyst.pl MyApp # add models, views, controllers - script/myapp_create.pl model Database DBIC dbi:SQLite:/path/to/db + script/myapp_create.pl model Database DBIC::SchemaLoader dbi:SQLite:/path/to/db script/myapp_create.pl view TT TT script/myapp_create.pl controller Search diff --git a/lib/Catalyst/Manual/Plugins.pod b/lib/Catalyst/Manual/Plugins.pod index 8dc0ddb..e3030e0 100644 --- a/lib/Catalyst/Manual/Plugins.pod +++ b/lib/Catalyst/Manual/Plugins.pod @@ -515,10 +515,11 @@ classes, either by doing so within the Catalyst model classes themselves, or by inheriting from existing C classes. -=head2 Catalyst::Model::DBIC +=head2 Catalyst::Model::DBIC::Schema -L is a L model class built on top of -L. +L is a L model class that can +use either an explicit DBIx::Class::Schema or one automatically loaded from +your database via DBIx::Class::Schema::Loader =head2 Catalyst::Model::Plucene