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=b11a60c07d829ef2e4ed045daab22cf3551c6e54;hb=1d172fc510f2ed15a00d475073f6df964b398484;hpb=5770ffc01feb6998b8a7e23d66b52d33e4a62b35 diff --git a/t/53-perl.t b/t/53-perl.t index b11a60c..5ad0468 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 ($@)" ); }