mirror of
https://github.com/perlbot/perlbuut
synced 2025-06-07 21:15:41 -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;"; }
|
||||
|
||||
# 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.
|
||||
|
||||
# Evil K20 stuff
|
||||
|
|
Loading…
Add table
Reference in a new issue