X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FConfig-Any.git;a=blobdiff_plain;f=t%2F55-yaml.t;fp=t%2F55-yaml.t;h=caf6f66650311653ac08d2196ada7bfbbc30ab3e;hp=5a020bb2bb329b62ac0faa95556914ce50967bbf;hb=e7be073ac39914776ae469d6d1b51b666f6210d5;hpb=e9573b61762479262c7f6d6ea5345024a9f2eb30 diff --git a/t/55-yaml.t b/t/55-yaml.t index 5a020bb..caf6f66 100644 --- a/t/55-yaml.t +++ b/t/55-yaml.t @@ -1,9 +1,12 @@ use strict; use warnings; +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'; }