From: Norbert Buchmuller Date: Tue, 13 Oct 2009 16:26:11 +0000 (+0200) Subject: Fixed a typo and a POD error. X-Git-Tag: v0.08113~34 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=9778825002ff852ea42a4d1670c4c5e9e24befa6;p=dbsrgits%2FDBIx-Class.git Fixed a typo and a POD error. --- diff --git a/lib/DBIx/Class/ResultSet.pm b/lib/DBIx/Class/ResultSet.pm index 14882ff..e0e1686 100644 --- a/lib/DBIx/Class/ResultSet.pm +++ b/lib/DBIx/Class/ResultSet.pm @@ -3569,8 +3569,8 @@ Adds to the WHERE clause. # only return rows WHERE deleted IS NULL for all searches __PACKAGE__->resultset_attributes({ where => { deleted => undef } }); ) -Can be overridden by passing C<{ where => undef }> as an attribute -to a resulset. +Can be overridden by passing C<< { where => undef } >> as an attribute +to a resultset. =back