From a5b9b952571ff668a3e437322db4adf4d8c40a81 Mon Sep 17 00:00:00 2001 From: Olaf Alders Date: Thu, 13 Feb 2014 16:47:22 -0500 Subject: [PATCH] Fixes Pod typo. --- lib/DBIx/Class/Storage/DBI/Replicated.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/DBIx/Class/Storage/DBI/Replicated.pm b/lib/DBIx/Class/Storage/DBI/Replicated.pm index 2f4caf84e..648072c87 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