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=dcfb1d1d1a544d27a82cb174168df23abc539acb;hpb=4198bf8c36c5f90c71845bd2505d953d3422037e 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 ($@)" ); }