projects
/
dbsrgits/SQL-Abstract.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
d8cc179
)
Reenable show_progress in example
Peter Rabbitson [Mon, 8 Nov 2010 02:56:34 +0000 (
03:56
+0100)]
examples/dbic-console.pl
patch
|
blob
|
blame
|
history
diff --git
a/examples/dbic-console.pl
b/examples/dbic-console.pl
index
dc3b19c
..
c4bb624
100644
(file)
--- a/
examples/dbic-console.pl
+++ b/
examples/dbic-console.pl
@@
-4,7
+4,7
@@
use DBIx::Class::Storage::Debug::PrettyPrint;
my $pp = DBIx::Class::Storage::Debug::PrettyPrint->new({
profile => 'console',
- show_progress => 0,
+ show_progress => 1,
});
$pp->txn_begin;