From: Brian Cassidy Date: Fri, 9 May 2008 00:21:23 +0000 (+0000) Subject: doc fix (RT #31848) X-Git-Tag: v0.26~65 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=c8ae74f8c91701438904257c511cb6b99681f9d8;hp=018eb0e2f55391533246baeb6a176e6aa694f7a1;p=catagits%2FCatalyst-Model-DBIC-Schema.git doc fix (RT #31848) --- diff --git a/Changes b/Changes index 274a456..9e22e0e 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,8 @@ Revision history for Perl extension Catalyst::Model::DBIC::Schema +0.21 + - doc fix (RT #31848) + 0.20 Wed May 23, 2007 - Fix for rt.cpan.org #22426 - Switch to Module::Install diff --git a/lib/Catalyst/Model/DBIC/Schema.pm b/lib/Catalyst/Model/DBIC/Schema.pm index 0520b68..38fc0fd 100644 --- a/lib/Catalyst/Model/DBIC/Schema.pm +++ b/lib/Catalyst/Model/DBIC/Schema.pm @@ -47,7 +47,7 @@ Actor in MyApp/Schema/FilmDB/Actor.pm: ... -and a Role in MyApp/Schema/Role.pm: +and a Role in MyApp/Schema/FilmDB/Role.pm: package MyApp::Schema::FilmDB::Role; use base qw/DBIx::Class/