remove old YAML warning
[p5sagit/Config-Any.git] / t / 55-yaml.t
index caf6f66..7b7b5bc 100644 (file)
@@ -5,8 +5,6 @@ no warnings 'once';
 use Test::More;
 use Config::Any::YAML;
 
-$Config::Any::YAML::NO_YAML_XS_WARNING = 1;
-
 if ( !Config::Any::YAML->is_supported ) {
     plan skip_all => 'YAML format not supported';
 }