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=4e59ae7e5791fe0764d5b7cadd7c2b18fa669ba3;hp=69529483bbec355889e6ff09c8d9dea305d9da07;hb=712235202a9cc46d4d5efa86a7f40c64771f9498;hpb=e0186698ea45049a14a46eeffeb648a4b6092785 diff --git a/t/53-perl.t b/t/53-perl.t index 6952948..4e59ae7 100644 --- a/t/53-perl.t +++ b/t/53-perl.t @@ -56,5 +56,5 @@ use Config::Any::Perl; ok !$loaded, 'config load failed'; is $config, undef, 'config load failed'; - like $@, qr/No such file or directory/, 'error thrown'; + isnt $@, '', 'error thrown'; }