summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
74bb69c)
Vorher wurde "$a::$b" als "${a}::${b}" gewertet. Nun wird das aber als
"${a::}${b}" gewertet.
die "invalid args handling '$params->{args}'" unless defined $target_code;
eval "
die "invalid args handling '$params->{args}'" unless defined $target_code;
eval "
+ sub ${caller}::$method {
$pre_context $target_code$method_joiner$target_method$args_string; $post_context
}
1;
$pre_context $target_code$method_joiner$target_method$args_string; $post_context
}
1;