X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FConfig-Any.git;a=blobdiff_plain;f=t%2F51-ini.t;h=1fea5442f091ee73868e9a118117ca176dc41829;hp=eb8e788018fe589b492238feb10c52a691b800de;hb=766100bdb8cc2f48b73464a9364a1dab276d186e;hpb=77f14cda81a1985461745614ec79a76d25f13ac4 diff --git a/t/51-ini.t b/t/51-ini.t index eb8e788..1fea544 100644 --- a/t/51-ini.t +++ b/t/51-ini.t @@ -53,5 +53,5 @@ else { my $config = eval { Config::Any::INI->load( $file ) }; ok( !$config, 'config load failed' ); - ok( $@, "error thrown ($@)" ); + ok( $@, "error thrown ($@)" ); }