X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FConfig-Any.git;a=blobdiff_plain;f=t%2F55-yaml.t;h=890baa02ad23ea0a4c6d31900d75710f16ab096a;hp=907d576bdd1229bba5ff03851fd0f649d961a775;hb=HEAD;hpb=3a4895023ae6455d2fdef716214e94c3e3ddfdcc diff --git a/t/55-yaml.t b/t/55-yaml.t index 907d576..890baa0 100644 --- a/t/55-yaml.t +++ b/t/55-yaml.t @@ -31,6 +31,8 @@ else { # test invalid config { + local $TODO = 'YAML::Syck parses invalid files' + if $INC{'YAML/Syck.pm'}; my $file = 't/invalid/conf.yml'; my $config = eval { Config::Any::YAML->load( $file ) }; @@ -41,6 +43,8 @@ else { # parse error generated on invalid config { + local $TODO = 'YAML::Syck parses invalid files' + if $INC{'YAML/Syck.pm'}; my $file = 't/invalid/conf.yml'; my $config = eval { Config::Any->load_files( { files => [$file], use_ext => 1} ) };