Revision e62747c3
Von Sven Schöling vor etwa 7 Jahren hinzugefügt
SL/Helper/Object.pm | ||
---|---|---|
80 | 80 |
$pre_context $target_code$method_joiner$target_method$args_string; $post_context |
81 | 81 |
} |
82 | 82 |
1; |
83 |
" or die "could not create $caller::$method: $@";
|
|
83 |
" or die "could not create ${caller}::$method: $@";
|
|
84 | 84 |
} |
85 | 85 |
} |
86 | 86 |
} |
Auch abrufbar als: Unified diff
Tests: Fix für String-Evaluation-Änderung in Perl 5.26 Teil 2