From 41ef187e3998874f5c24359d922085a7a9391c9d Mon Sep 17 00:00:00 2001 From: castaway Date: Wed, 3 Apr 2013 18:44:23 +0200 Subject: [PATCH] Corrent hashrefinflator's docs re result_class use --- lib/DBIx/Class/ResultClass/HashRefInflator.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/DBIx/Class/ResultClass/HashRefInflator.pm b/lib/DBIx/Class/ResultClass/HashRefInflator.pm index 4223930bf..2d389854b 100644 --- a/lib/DBIx/Class/ResultClass/HashRefInflator.pm +++ b/lib/DBIx/Class/ResultClass/HashRefInflator.pm @@ -41,7 +41,7 @@ There are two ways of applying this class to a resultset: =item * Specify C<< $rs->result_class >> on a specific resultset to affect only that -resultset (and any chained off of it); or +resultset (and not any chained off of it); or =item *