[Bast-commits] r9077 -
DBIx-Class/0.08/branches/rs_storage_pod_fix/lib/DBIx/Class/Manual
boghead at dev.catalyst.perl.org
boghead at dev.catalyst.perl.org
Fri Apr 2 19:26:34 GMT 2010
Author: boghead
Date: 2010-04-02 20:26:34 +0100 (Fri, 02 Apr 2010)
New Revision: 9077
Modified:
DBIx-Class/0.08/branches/rs_storage_pod_fix/lib/DBIx/Class/Manual/Cookbook.pod
Log:
- Cleaning up the language in some of the Cookbook documentation
(thanks jester)
Modified: DBIx-Class/0.08/branches/rs_storage_pod_fix/lib/DBIx/Class/Manual/Cookbook.pod
===================================================================
--- DBIx-Class/0.08/branches/rs_storage_pod_fix/lib/DBIx/Class/Manual/Cookbook.pod 2010-04-02 18:55:37 UTC (rev 9076)
+++ DBIx-Class/0.08/branches/rs_storage_pod_fix/lib/DBIx/Class/Manual/Cookbook.pod 2010-04-02 19:26:34 UTC (rev 9077)
@@ -367,8 +367,8 @@
=head2 Predefined searches
-You can write your own L<DBIx::Class::ResultSet> class by inheriting from it
-and defining often used searches as methods:
+You can define frequently used searches as methods by subclassing
+L<DBIx::Class::ResultSet>:
package My::DBIC::ResultSet::CD;
use strict;
More information about the Bast-commits
mailing list