From: Peter Rabbitson Date: Mon, 8 Nov 2010 02:56:34 +0000 (+0100) Subject: Reenable show_progress in example X-Git-Tag: v1.70~7 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=27b516bbe12139a72077b21cb1d6c2615b3fdd3b;p=dbsrgits%2FSQL-Abstract.git Reenable show_progress in example --- diff --git a/examples/dbic-console.pl b/examples/dbic-console.pl index dc3b19c..c4bb624 100644 --- 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;