prep release
[p5sagit/Config-Any.git] / t / 55-yaml.t
index 2eb8d4e..7b7b5bc 100644 (file)
@@ -1,5 +1,6 @@
 use strict;
 use warnings;
+no warnings 'once';
 
 use Test::More;
 use Config::Any::YAML;
@@ -23,5 +24,5 @@ else {
     my $config = eval { Config::Any::YAML->load( $file ) };
 
     ok( !$config, 'config load failed' );
-    ok( $@, "error thrown ($@)" );
+    ok( $@,       "error thrown ($@)" );
 }