mirror of
https://github.com/perlbot/perlbuut
synced 2025-06-09 00:35:42 -04:00
Fix line numbers in evals on perlbot.pl and in eval:
This commit is contained in:
parent
7941b3921a
commit
d4a9dcb1d7
1 changed files with 1 additions and 1 deletions
|
@ -335,7 +335,7 @@ get_seccomp();
|
|||
{
|
||||
local $^O = $os[rand()*@os];
|
||||
no strict; no warnings; package main;
|
||||
$code = "use $]; use feature qw/postderef refaliasing lexical_subs postderef_qq signatures/; use experimental 'declared_refs';\n$code";
|
||||
$code = "use $]; use feature qw/postderef refaliasing lexical_subs postderef_qq signatures/; use experimental 'declared_refs';\n#line 1\n$code";
|
||||
$ret = eval $code;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue