Release commit for 0.30
[p5sagit/Config-Any.git] / t / 10-branches.t
index d00377b..40df34b 100644 (file)
@@ -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;