[Bast-commits] r9701 -
SQL-Abstract/1.x/trunk/lib/DBIx/Class/Storage/Debug
frew at dev.catalyst.perl.org
frew at dev.catalyst.perl.org
Wed Sep 8 17:40:11 GMT 2010
Author: frew
Date: 2010-09-08 18:40:11 +0100 (Wed, 08 Sep 2010)
New Revision: 9701
Modified:
SQL-Abstract/1.x/trunk/lib/DBIx/Class/Storage/Debug/PrettyPrint.pm
Log:
change overridden method to pretty print more
Modified: SQL-Abstract/1.x/trunk/lib/DBIx/Class/Storage/Debug/PrettyPrint.pm
===================================================================
--- SQL-Abstract/1.x/trunk/lib/DBIx/Class/Storage/Debug/PrettyPrint.pm 2010-09-08 17:23:57 UTC (rev 9700)
+++ SQL-Abstract/1.x/trunk/lib/DBIx/Class/Storage/Debug/PrettyPrint.pm 2010-09-08 17:40:11 UTC (rev 9701)
@@ -17,7 +17,7 @@
return $self
}
-sub query_start {
+sub print {
my $self = shift;
my $string = shift;
More information about the Bast-commits
mailing list