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=0668de5bb0700945986bb99be9c0870063d79413;hp=65ce4ec9e6c1a242f30cdbf082f3231c7151485b;hb=3a27e96d3f96ae99fa6bc1a78ec420b0a6392f0d;hpb=f07b7a174347e4d35f8b80f3f68024aa974e1343 diff --git a/lib/Config/Any/YAML.pm b/lib/Config/Any/YAML.pm index 65ce4ec..0668de5 100644 --- a/lib/Config/Any/YAML.pm +++ b/lib/Config/Any/YAML.pm @@ -50,10 +50,6 @@ sub load { return YAML::XS::LoadFile( $file ); } - Carp::carp - '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 ( $@ ) { open( my $fh, $file ) or die $!; @@ -81,7 +77,7 @@ Brian Cassidy Ebricas@cpan.orgE =head1 COPYRIGHT AND LICENSE -Copyright 2006-2010 by Brian Cassidy +Copyright 2006-2016 by Brian Cassidy This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.