tidy C::G related code, plus remove an old work-around which has been inactive for...
[p5sagit/Config-Any.git] / t / 50-general.t
index 6db7243..cc7d6f8 100644 (file)
@@ -25,11 +25,9 @@ else {
 }
 
 {
-    my $config = Config::Any::General->load(
-        't/conf/single_element_arrayref.conf'
-    );
-    is_deeply $config->{foo}, [ 'bar' ],
-        'single element arrayref';
+    my $config
+        = Config::Any::General->load( 't/conf/single_element_arrayref.conf' );
+    is_deeply $config->{ foo }, [ 'bar' ], 'single element arrayref';
 }
 
 # test invalid config