[Catalyst-commits] r7151 - trunk/Catalyst-Plugin-ConfigLoader/lib/Catalyst/Plugin

bricas at dev.catalyst.perl.org bricas at dev.catalyst.perl.org
Wed Nov 21 18:53:19 GMT 2007


Author: bricas
Date: 2007-11-21 18:53:19 +0000 (Wed, 21 Nov 2007)
New Revision: 7151

Modified:
   trunk/Catalyst-Plugin-ConfigLoader/lib/Catalyst/Plugin/ConfigLoader.pm
Log:
whoops. blew that change.

Modified: trunk/Catalyst-Plugin-ConfigLoader/lib/Catalyst/Plugin/ConfigLoader.pm
===================================================================
--- trunk/Catalyst-Plugin-ConfigLoader/lib/Catalyst/Plugin/ConfigLoader.pm	2007-11-21 18:49:20 UTC (rev 7150)
+++ trunk/Catalyst-Plugin-ConfigLoader/lib/Catalyst/Plugin/ConfigLoader.pm	2007-11-21 18:53:19 UTC (rev 7151)
@@ -161,8 +161,8 @@
     if ( exists $c->config->{ file } ) {
         $c->log->warn(
             q(*** "file" config parameter has been deprecated in favor of "$c->config->{ 'Plugin::ConfigLoader' }->{ file }")
-            sleep( 3 );
         );
+        sleep( 3 );
     }
 
     my $appname = ref $c || $c;
@@ -208,9 +208,9 @@
     # deprecation notice
     if ( exists $c->config->{ config_local_suffix } ) {
         $c->log->warn(
-            q("*** config_local_suffix" config parameter has been deprecated in favor of "$c->config->{ 'Plugin::ConfigLoader' }->{ config_local_suffix }")
-            sleep( 3 );
+            q(*** "config_local_suffix" config parameter has been deprecated in favor of "$c->config->{ 'Plugin::ConfigLoader' }->{ config_local_suffix }")
         );
+        sleep( 3 );
     }
 
     my $appname = ref $c || $c;




More information about the Catalyst-commits mailing list