[Catalyst-commits] r6261 - trunk/Catalyst-Plugin-ConfigLoader/t

bricas at dev.catalyst.perl.org bricas at dev.catalyst.perl.org
Tue Apr 3 17:09:24 GMT 2007


Author: bricas
Date: 2007-04-03 17:09:23 +0100 (Tue, 03 Apr 2007)
New Revision: 6261

Modified:
   trunk/Catalyst-Plugin-ConfigLoader/t/20-mock_load.t
Log:
remove some debugging

Modified: trunk/Catalyst-Plugin-ConfigLoader/t/20-mock_load.t
===================================================================
--- trunk/Catalyst-Plugin-ConfigLoader/t/20-mock_load.t	2007-04-03 16:06:51 UTC (rev 6260)
+++ trunk/Catalyst-Plugin-ConfigLoader/t/20-mock_load.t	2007-04-03 16:09:23 UTC (rev 6261)
@@ -9,8 +9,6 @@
 
 __PACKAGE__->setup;
 
-use Data::Dumper; print Dumper __PACKAGE__->config;
-
 ok( __PACKAGE__->config );
 is( __PACKAGE__->config->{ 'Controller::Foo' }->{ foo }, 'bar' );
 is( __PACKAGE__->config->{ 'Controller::Foo' }->{ new }, 'key' );




More information about the Catalyst-commits mailing list