X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FConfig-Any.git;a=blobdiff_plain;f=t%2F62-multi.t;h=6c9e1e92f826c7f646ea2508afac7745a2fbf1c0;hp=b8b9d7e552e82eb1b0909359103a9626c4d2859a;hb=72628dc786ef43d546023d6f17a86c3f5edeb21a;hpb=a918b0b8b7952db918dfabb8dc72bf34832d43d0 diff --git a/t/62-multi.t b/t/62-multi.t index b8b9d7e..6c9e1e9 100644 --- a/t/62-multi.t +++ b/t/62-multi.t @@ -23,6 +23,11 @@ SKIP: { is( @results, 2, '2 documents' ); is_deeply( \@results, \@expect, 'structures ok' ); - my $return = Config::Any->load_files( { use_ext => 1, files => [ $file ] } ); - is_deeply( $return, [ { $file => \@expect } ], 'config-any structures ok' ); + my $return + = Config::Any->load_files( { use_ext => 1, files => [ $file ] } ); + is_deeply( + $return, + [ { $file => \@expect } ], + 'config-any structures ok' + ); }