From: Nigel Metheringham Date: Tue, 29 Jun 2010 13:32:34 +0000 (+0000) Subject: Trivial doc fix (malformed pod markup) X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=827bb0ebf93f42c2d1b26a5c0655fe6d15a13909;p=scpubgit%2FQ-Branch.git Trivial doc fix (malformed pod markup) --- diff --git a/lib/SQL/Abstract.pm b/lib/SQL/Abstract.pm index 6411acc..265d5f0 100644 --- a/lib/SQL/Abstract.pm +++ b/lib/SQL/Abstract.pm @@ -2098,7 +2098,7 @@ list can be expanded : see section L below. If you wish to test against boolean columns or functions within your database you can use the C<-bool> and C<-not_bool> operators. For example to test the column C being true and the column - being false you would use:- +C being false you would use:- my %where = ( -bool => 'is_user',