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=40df34bafde1233695305b6dbf9cacc4a82f3ae3;hp=d00377bf4687d95586f01ef307f7d74458f8995a;hb=1afb249c67eda203b13fef661fd046bff0ee26cc;hpb=26e3cdf4bbd7a8956984b64fe4f2ea9213a00e58 diff --git a/t/10-branches.t b/t/10-branches.t index d00377b..40df34b 100644 --- a/t/10-branches.t +++ b/t/10-branches.t @@ -1,10 +1,13 @@ 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' ); + { my @warnings;