[Bast-commits] r9614 - SQL-Abstract/1.x/trunk/lib/SQL
nigel at dev.catalyst.perl.org
nigel at dev.catalyst.perl.org
Tue Jun 29 13:32:35 GMT 2010
Author: nigel
Date: 2010-06-29 14:32:34 +0100 (Tue, 29 Jun 2010)
New Revision: 9614
Modified:
SQL-Abstract/1.x/trunk/lib/SQL/Abstract.pm
Log:
Trivial doc fix (malformed pod markup)
Modified: SQL-Abstract/1.x/trunk/lib/SQL/Abstract.pm
===================================================================
--- SQL-Abstract/1.x/trunk/lib/SQL/Abstract.pm 2010-06-29 13:05:30 UTC (rev 9613)
+++ SQL-Abstract/1.x/trunk/lib/SQL/Abstract.pm 2010-06-29 13:32:34 UTC (rev 9614)
@@ -2098,7 +2098,7 @@
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<is_user> being true and the column
-<is_enabled> being false you would use:-
+C<is_enabled> being false you would use:-
my %where = (
-bool => 'is_user',
More information about the Bast-commits
mailing list