X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FConfig-Any.git;a=blobdiff_plain;f=lib%2FConfig%2FAny%2FYAML.pm;h=8efee7754572e9ddab9c17169178b763b78ea12f;hp=9eaa5f727027bca1bf0a723a851c3c057057f97b;hb=d7eb7b5ca6dd18e740943079a1585661cec4d81f;hpb=9113afabd42fab736a475493892eccf82fc36b9a diff --git a/lib/Config/Any/YAML.pm b/lib/Config/Any/YAML.pm index 9eaa5f7..8efee77 100644 --- a/lib/Config/Any/YAML.pm +++ b/lib/Config/Any/YAML.pm @@ -51,8 +51,8 @@ sub load { } 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 ( $@ ) { @@ -81,7 +81,7 @@ Brian Cassidy Ebricas@cpan.orgE =head1 COPYRIGHT AND LICENSE -Copyright 2006-2009 by Brian Cassidy +Copyright 2006-2011 by Brian Cassidy This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.