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=9041f099e0641904060e24520f00c6f0890bc4c1;hp=40df34bafde1233695305b6dbf9cacc4a82f3ae3;hb=cb49d8a43a30d223994063bb2abf5122a0ed1651;hpb=ca9c33fa2d09407646e2dc040b83ee4ccaac13dc diff --git a/t/10-branches.t b/t/10-branches.t index 40df34b..9041f09 100644 --- a/t/10-branches.t +++ b/t/10-branches.t @@ -3,10 +3,10 @@ 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 => 11; +use Test::More tests => 9; -use_ok( 'Config::Any' ); -use_ok( 'Config::Any::YAML' ); +use Config::Any; +use Config::Any::YAML; {