X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FConfig-Any.git;a=blobdiff_plain;f=t%2F10-branches.t;h=96d4cabb90422850d940835861c63020b3629eaf;hp=d00377bf4687d95586f01ef307f7d74458f8995a;hb=e7be073ac39914776ae469d6d1b51b666f6210d5;hpb=26e3cdf4bbd7a8956984b64fe4f2ea9213a00e58 diff --git a/t/10-branches.t b/t/10-branches.t index d00377b..96d4cab 100644 --- a/t/10-branches.t +++ b/t/10-branches.t @@ -1,10 +1,14 @@ use strict; use warnings; +no warnings 'once'; # use Test::Without::Module qw(YAML YAML::Syck Config::General XML::Simple JSON JSON::Syck Config::Tiny ); -use Test::More tests => 10; +use Test::More tests => 11; use_ok( 'Config::Any' ); +use_ok( 'Config::Any::YAML' ); + +$Config::Any::YAML::NO_YAML_XS_WARNING = 1; { my @warnings;