[Catalyst-commits] r10934 - trunk/Config-Any/lib/Config/Any

bricas at dev.catalyst.perl.org bricas at dev.catalyst.perl.org
Tue Jul 21 12:38:27 GMT 2009


Author: bricas
Date: 2009-07-21 12:38:27 +0000 (Tue, 21 Jul 2009)
New Revision: 10934

Modified:
   trunk/Config-Any/lib/Config/Any/YAML.pm
Log:
minor tidy to deprecation warning

Modified: trunk/Config-Any/lib/Config/Any/YAML.pm
===================================================================
--- trunk/Config-Any/lib/Config/Any/YAML.pm	2009-07-21 11:37:40 UTC (rev 10933)
+++ trunk/Config-Any/lib/Config/Any/YAML.pm	2009-07-21 12:38:27 UTC (rev 10934)
@@ -51,8 +51,8 @@
     }
 
     Carp::carp
-"Using YAML::Syck or YAML to parse configs is DEPRECATED. Please install ".
-"YAML::XS for proper YAML support";
+        'Use of YAML::Syck or YAML to parse config files is DEPRECATED. '
+        . 'Please install YAML::XS for proper YAML support';
 
     eval { require YAML::Syck; YAML::Syck->VERSION( '0.70' ) };
     unless ( $@ ) {




More information about the Catalyst-commits mailing list