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