[Bast-commits] r9703 - SQL-Abstract/1.x/trunk/examples

frew at dev.catalyst.perl.org frew at dev.catalyst.perl.org
Thu Sep 9 02:47:42 GMT 2010


Author: frew
Date: 2010-09-09 03:47:42 +0100 (Thu, 09 Sep 2010)
New Revision: 9703

Modified:
   SQL-Abstract/1.x/trunk/examples/console.pl
Log:
add quotes to examples to show hidden whitespace

Modified: SQL-Abstract/1.x/trunk/examples/console.pl
===================================================================
--- SQL-Abstract/1.x/trunk/examples/console.pl	2010-09-09 02:19:07 UTC (rev 9702)
+++ SQL-Abstract/1.x/trunk/examples/console.pl	2010-09-09 02:47:42 UTC (rev 9703)
@@ -16,5 +16,5 @@
 
 );
 
-print "\n\n" . $sqlat->format($_) . "\n" for @sql;
+print "\n\n'" . $sqlat->format($_) . "'\n" for @sql;
 




More information about the Bast-commits mailing list