X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/bbc0a6b813f1f67756d1c3fd0dbc83a6dc836110..f8443aaeb5feae85a007315478878be14a3dbd5f:/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; } }