[Bast-commits] r9100 - SQL-Abstract/1.x/trunk/lib/SQL

rbo at dev.catalyst.perl.org rbo at dev.catalyst.perl.org
Wed Apr 7 05:06:54 GMT 2010


Author: rbo
Date: 2010-04-07 06:06:54 +0100 (Wed, 07 Apr 2010)
New Revision: 9100

Modified:
   SQL-Abstract/1.x/trunk/lib/SQL/Abstract.pm
Log:
Fixed small POD mistake


Modified: SQL-Abstract/1.x/trunk/lib/SQL/Abstract.pm
===================================================================
--- SQL-Abstract/1.x/trunk/lib/SQL/Abstract.pm	2010-04-07 00:13:38 UTC (rev 9099)
+++ SQL-Abstract/1.x/trunk/lib/SQL/Abstract.pm	2010-04-07 05:06:54 UTC (rev 9100)
@@ -2404,7 +2404,7 @@
                                 |
     ['colA', {-asc => 'colB'}]  | ORDER BY colA, colB ASC
                                 |
-    { -asc => [qw/colA colB] }  | ORDER BY colA ASC, colB ASC
+    { -asc => [qw/colA colB/] } | ORDER BY colA ASC, colB ASC
                                 |
     [                           |
       { -asc => 'colA' },       | ORDER BY colA ASC, colB DESC,




More information about the Bast-commits mailing list