From: Norbert Buchmuller Date: Tue, 21 Jul 2009 06:05:18 +0000 (+0200) Subject: Fixed 'typo' (removed a word that I left there by accident). X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=cb3bcea99ec34366acd57ae1b7c3a376b378f4a6;p=dbsrgits%2FDBIx-Class-Historic.git Fixed 'typo' (removed a word that I left there by accident). --- diff --git a/lib/DBIx/Class/Manual/Cookbook.pod b/lib/DBIx/Class/Manual/Cookbook.pod index b534435..050a433 100644 --- a/lib/DBIx/Class/Manual/Cookbook.pod +++ b/lib/DBIx/Class/Manual/Cookbook.pod @@ -147,7 +147,7 @@ L, ... on it). If you prefer to have the definitions of these custom ResultSources in separate files (instead of stuffing all of them into the same ResultSource class), you can achieve the same with subclassing the ResultSource class and defining the -new SQL ResultSource there: +new ResultSource there: package My::Schema::Result::UserFriendsComplex;