add XML::NamespaceSupport to XML format deps, silence YAML warnings in tests
[p5sagit/Config-Any.git] / t / 62-multi.t
index df57486..7ac9f8c 100644 (file)
@@ -1,11 +1,14 @@
 use strict;
 use warnings;
+no warnings 'once';
 
 use Test::More tests => 3;
 
 use Config::Any;
 use Config::Any::YAML;
 
+$Config::Any::YAML::NO_YAML_XS_WARNING = 1;
+
 my $file   = 't/multi/conf.yml';
 my @expect = (
     {   name  => 'TestApp',