[Catalyst-commits] r8745 - Catalyst-Runtime/5.80/trunk/t

marcus at dev.catalyst.perl.org marcus at dev.catalyst.perl.org
Fri Dec 5 09:03:20 GMT 2008


Author: marcus
Date: 2008-12-05 09:03:19 +0000 (Fri, 05 Dec 2008)
New Revision: 8745

Modified:
   Catalyst-Runtime/5.80/trunk/t/aggregate.t
Log:
Turn off verbose for aggregate

Modified: Catalyst-Runtime/5.80/trunk/t/aggregate.t
===================================================================
--- Catalyst-Runtime/5.80/trunk/t/aggregate.t	2008-12-05 08:54:51 UTC (rev 8744)
+++ Catalyst-Runtime/5.80/trunk/t/aggregate.t	2008-12-05 09:03:19 UTC (rev 8745)
@@ -10,7 +10,7 @@
 
 my $tests = Test::Aggregate->new({
     dirs          => 't/aggregate',
-    verbose       => 1,
+    verbose       => 0,
     set_filenames => 1,
     findbin       => 1,
 });




More information about the Catalyst-commits mailing list