doc fix (RT #31848)
Brian Cassidy [Fri, 9 May 2008 00:21:23 +0000 (00:21 +0000)]
Changes
lib/Catalyst/Model/DBIC/Schema.pm

diff --git a/Changes b/Changes
index 274a456..9e22e0e 100644 (file)
--- 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
index 0520b68..38fc0fd 100644 (file)
@@ -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/