mirror of
https://github.com/perlbot/perlbuut
synced 2025-06-08 00:15:42 -04:00
Switch to the maintained Inline::Ruby instead of Ruby for rb_eval
This commit is contained in:
parent
70eaaefcaa
commit
44ea0e7f09
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ use Tie::Hash::NamedCapture;
|
||||||
BEGIN{ eval "use PHP::Interpreter;"; }
|
BEGIN{ eval "use PHP::Interpreter;"; }
|
||||||
|
|
||||||
# Evil Ruby stuff
|
# Evil Ruby stuff
|
||||||
BEGIN{ eval "use Ruby qw/rb_eval/;"; }
|
BEGIN{ eval "use Inline::Ruby qw/rb_eval/;"; }
|
||||||
BEGIN { $SIG{SEGV} = sub { die "Segmentation Fault\n"; } } #Attempt to override the handler Ruby installs.
|
BEGIN { $SIG{SEGV} = sub { die "Segmentation Fault\n"; } } #Attempt to override the handler Ruby installs.
|
||||||
|
|
||||||
# Evil K20 stuff
|
# Evil K20 stuff
|
||||||
|
|
Loading…
Add table
Reference in a new issue