X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FConfig-Any.git;a=blobdiff_plain;f=t%2F20-parse.t;h=cf07aa0bfa52d40585d0444cb5b9293af2d33158;hp=47d38e7080613dce676008247d3deced8698431b;hb=fb331ab38e01abd77ee833aed41d7661bba3e7d0;hpb=92a04e78451078b33f75e7c44d247b024c27b4f7 diff --git a/t/20-parse.t b/t/20-parse.t index 47d38e7..cf07aa0 100644 --- a/t/20-parse.t +++ b/t/20-parse.t @@ -1,6 +1,7 @@ package MockApp; use strict; use warnings; +no warnings 'once'; $|++; use Test::More tests => 54; @@ -13,6 +14,8 @@ use Config::Any::Perl; use Config::Any::XML; use Config::Any::YAML; +$Config::Any::YAML::NO_YAML_XS_WARNING = 1; + our %ext_map = ( conf => 'Config::Any::General', ini => 'Config::Any::INI',