X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FConfig-Any.git;a=blobdiff_plain;f=t%2F53-perl.t;h=5ad04688f0a0e8d15c2a492ad78c891709a98a8d;hp=35a5cf66958dab26419fc2b14e45225a87348cce;hb=dcfb1d1d1a544d27a82cb174168df23abc539acb;hpb=4198bf8c36c5f90c71845bd2505d953d3422037e 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 ($@)" ); }