X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/bbc0a6b813f1f67756d1c3fd0dbc83a6dc836110..1d99e3e9537f75342a9f20f1e89a3e8cb4bb5444:/t/template_syntax.t diff --git a/t/template_syntax.t b/t/template_syntax.t index f31c4e5ec..142f102c4 100644 --- a/t/template_syntax.t +++ b/t/template_syntax.t @@ -27,7 +27,7 @@ foreach my $ref (@Support::Templates::referenced_files) { ok(0, "${file} contains syntax errors"); } else { - die "Unknown result type: " . ref($result); + die "Unknown result type: " . ref($result) . " for file " . $file; } }