From: Graham Knop Date: Sat, 8 Apr 2017 16:41:41 +0000 (+0200) Subject: stop using use_ok X-Git-Tag: v0.31~12 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FConfig-Any.git;a=commitdiff_plain;h=cb49d8a43a30d223994063bb2abf5122a0ed1651;hp=ca9c33fa2d09407646e2dc040b83ee4ccaac13dc stop using use_ok --- 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; {