From: Bryan Beeley Date: Fri, 2 Apr 2010 19:26:34 +0000 (+0000) Subject: - Cleaning up the language in some of the Cookbook documentation X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=6c2d19968bdeef66c306c0e013432142caf76268;p=dbsrgits%2FDBIx-Class-Historic.git - Cleaning up the language in some of the Cookbook documentation (thanks jester) --- diff --git a/lib/DBIx/Class/Manual/Cookbook.pod b/lib/DBIx/Class/Manual/Cookbook.pod index 85e632e..b4d52da 100644 --- a/lib/DBIx/Class/Manual/Cookbook.pod +++ b/lib/DBIx/Class/Manual/Cookbook.pod @@ -367,8 +367,8 @@ That creates the following SQL: =head2 Predefined searches -You can write your own L class by inheriting from it -and defining often used searches as methods: +You can define frequently used searches as methods by subclassing +L: package My::DBIC::ResultSet::CD; use strict;