mirror of
https://github.com/perlbot/perlbuut
synced 2025-06-07 22:35:43 -04:00
Mauke is a picky developer
This commit is contained in:
parent
a0de17ba45
commit
efc4e24d4b
1 changed files with 1 additions and 1 deletions
|
@ -334,7 +334,7 @@ get_seccomp();
|
||||||
{
|
{
|
||||||
local $^O = $os[rand()*@os];
|
local $^O = $os[rand()*@os];
|
||||||
no strict; no warnings; package main;
|
no strict; no warnings; package main;
|
||||||
$code = "use $]; use feature qw/postderef refaliasing lexical_subs postderef_qq signatures/; use experimental 'declared_refs'; $code";
|
$code = "use $]; use feature qw/postderef refaliasing lexical_subs postderef_qq signatures/; use experimental 'declared_refs';\n$code";
|
||||||
$ret = eval $code;
|
$ret = eval $code;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue