From: Olaf Alders Date: Thu, 13 Feb 2014 21:47:22 +0000 (-0500) Subject: Fixes Pod typo. X-Git-Tag: v0.082800~233 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FDBIx-Class.git;a=commitdiff_plain;h=b1de1b0607484213f9f9f1cd2b8b02e00451d402;hp=994f4d9abe4e7e9c78c56e74b76c6bbd7e79db33 Fixes Pod typo. --- diff --git a/lib/DBIx/Class/Storage/DBI/Replicated.pm b/lib/DBIx/Class/Storage/DBI/Replicated.pm index 2f4caf8..648072c 100644 --- a/lib/DBIx/Class/Storage/DBI/Replicated.pm +++ b/lib/DBIx/Class/Storage/DBI/Replicated.pm @@ -1094,7 +1094,7 @@ attribute: my $result = $resultset->search(undef, {force_pool=>'master'})->find($pk); -This attribute will safely be ignore by non replicated storages, so you can use +This attribute will safely be ignored by non replicated storages, so you can use the same code for both types of systems. Lastly, you can use the L method, which works very much like