X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FConfig-Any.git;a=blobdiff_plain;f=t%2F20-parse.t;fp=t%2F20-parse.t;h=cf07aa0bfa52d40585d0444cb5b9293af2d33158;hp=47d38e7080613dce676008247d3deced8698431b;hb=e7be073ac39914776ae469d6d1b51b666f6210d5;hpb=e9573b61762479262c7f6d6ea5345024a9f2eb30 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',