remove eval so the Perl loader dies on invalid content.
[p5sagit/Config-Any.git] / t / 01-use.t
index 5e46259..631208a 100644 (file)
@@ -1,6 +1,9 @@
+use strict;
+use warnings;
+
 use Test::More tests => 6;
 
-BEGIN { 
+BEGIN {
     use_ok( 'Config::Any' );
     use_ok( 'Config::Any::INI' );
     use_ok( 'Config::Any::JSON' );