From 44ea0e7f093e2019a430b8c261ec8529cd0b97c2 Mon Sep 17 00:00:00 2001 From: Ryan Voots Date: Fri, 21 Sep 2012 19:10:24 -0400 Subject: [PATCH] Switch to the maintained Inline::Ruby instead of Ruby for rb_eval --- lib/eval.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/eval.pl b/lib/eval.pl index 17e20d4..e4b4137 100755 --- a/lib/eval.pl +++ b/lib/eval.pl @@ -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