X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FConfig-Any.git;a=blobdiff_plain;f=t%2F50-general.t;h=cc7d6f8444b1aac6e10527fc0b7411ed501e2460;hp=6db72431cc9c2f36ec20173b6fa5c01d2c7cd94b;hb=766100bdb8cc2f48b73464a9364a1dab276d186e;hpb=7adf5673d07031b77f7edd3403491512b9a48cb3 diff --git a/t/50-general.t b/t/50-general.t index 6db7243..cc7d6f8 100644 --- a/t/50-general.t +++ b/t/50-general.t @@ -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