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=35a5cf66958dab26419fc2b14e45225a87348cce;hp=b11a60c07d829ef2e4ed045daab22cf3551c6e54;hb=77f14cda81a1985461745614ec79a76d25f13ac4;hpb=aa7bd7c30e544ebbb418c2a0508523800e790836 diff --git a/t/53-perl.t b/t/53-perl.t index b11a60c..35a5cf6 100644 --- a/t/53-perl.t +++ b/t/53-perl.t @@ -18,9 +18,9 @@ use Config::Any::Perl; # test invalid config { - my $file = 't/invalid/conf.pl'; + my $file = 't/invalid/conf.pl'; my $config = eval { Config::Any::Perl->load( $file ) }; ok( !$config, 'config load failed' ); - ok( $@, "error thrown ($@)" ); + ok( $@, "error thrown ($@)" ); }