X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FConfig-Any.git;a=blobdiff_plain;f=t%2F61-features.t;h=f8557ef66e25c5edadf71eaf38a4767c6f686524;hp=e754a5632a9e4cb9aa90a1018af3071c00ad350d;hb=HEAD;hpb=77f14cda81a1985461745614ec79a76d25f13ac4 diff --git a/t/61-features.t b/t/61-features.t index e754a56..f8557ef 100644 --- a/t/61-features.t +++ b/t/61-features.t @@ -59,7 +59,7 @@ SKIP: { } ); - ok( $result, 'load file with parser forced, flatten to hash' ); + ok( $result, 'load file with parser forced, flatten to hash' ); ok( ref $result, 'load_files hashref contains a ref' ); my $ref = blessed $result ? reftype $result : ref $result;