prep release
[p5sagit/Config-Any.git] / t / 20-parse.t
index 47d38e7..cf07aa0 100644 (file)
@@ -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',