X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F53-perl.t;h=5ad04688f0a0e8d15c2a492ad78c891709a98a8d;hb=49ae658349471834b403cb322f11f97258fcd0ca;hp=35a5cf66958dab26419fc2b14e45225a87348cce;hpb=77f14cda81a1985461745614ec79a76d25f13ac4;p=p5sagit%2FConfig-Any.git diff --git a/t/53-perl.t b/t/53-perl.t index 35a5cf6..5ad0468 100644 --- a/t/53-perl.t +++ b/t/53-perl.t @@ -22,5 +22,5 @@ use Config::Any::Perl; my $config = eval { Config::Any::Perl->load( $file ) }; ok( !$config, 'config load failed' ); - ok( $@, "error thrown ($@)" ); + ok( $@, "error thrown ($@)" ); }