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=c73c68aad2cd62eb4a53e3a562b4c648fb0b9105;hp=59b3f35a56385363ae020d5d06156e3efe92dd82;hb=5d3ad6eb7bf1f5ac814bf92e9b7098b9b650414a;hpb=77f14cda81a1985461745614ec79a76d25f13ac4 diff --git a/t/50-general.t b/t/50-general.t index 59b3f35..c73c68a 100644 --- a/t/50-general.t +++ b/t/50-general.t @@ -30,5 +30,5 @@ else { my $config = eval { Config::Any::General->load( $file ) }; ok( !$config, 'config load failed' ); - ok( $@, "error thrown ($@)" ); + ok( $@, "error thrown ($@)" ); }