Reenable show_progress in example
Peter Rabbitson [Mon, 8 Nov 2010 02:56:34 +0000 (03:56 +0100)]
examples/dbic-console.pl

index dc3b19c..c4bb624 100644 (file)
@@ -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;