1
0
Fork 0
mirror of https://github.com/perlbot/perlbuut synced 2025-06-07 21:25:42 -04:00

Switch to the maintained Inline::Ruby instead of Ruby for rb_eval

This commit is contained in:
Ryan Voots 2012-09-21 19:10:24 -04:00
parent 70eaaefcaa
commit 44ea0e7f09

View file

@ -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