projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bb1b5f3
)
Tests: Fix für String-Evaluation-Änderung in Perl 5.26 Teil 2
author
Sven Schöling
<s.schoeling@linet-services.de>
Tue, 17 Oct 2017 12:39:53 +0000
(14:39 +0200)
committer
Sven Schöling
<s.schoeling@linet-services.de>
Tue, 17 Oct 2017 12:39:53 +0000
(14:39 +0200)
SL/Helper/Object.pm
patch
|
blob
|
history
diff --git
a/SL/Helper/Object.pm
b/SL/Helper/Object.pm
index
9126802
..
922dafb
100644
(file)
--- a/
SL/Helper/Object.pm
+++ b/
SL/Helper/Object.pm
@@
-80,7
+80,7
@@
sub delegate {
$pre_context $target_code$method_joiner$target_method$args_string; $post_context
}
1;
- " or die "could not create $
caller
::$method: $@";
+ " or die "could not create $
{caller}
::$method: $@";
}
}
}