1
0
Fork 0
mirror of https://github.com/perlbot/perlbuut synced 2025-06-07 17:05:43 -04:00

Fixup things in eval.pl

This commit is contained in:
Ryan Voots 2017-04-14 17:20:47 -04:00
parent cc66522cc4
commit 5fc8dddf03
2 changed files with 2 additions and 2 deletions

View file

@ -639,7 +639,7 @@ sub child_err {
return unless $err_output =~ /\S/;
# warn "\n\tChild $child_id: $err_output\n";
warn "\n\tChild $child_id: $err_output\n";
}
sub child_fail {

View file

@ -223,7 +223,7 @@ use Text::ParseWords;
eval {"\N{SPARKLE}"}; # force loading of some of the charnames stuff
# Required for perl_deparse
use B::RecDeparse;
use B::Deparse;
## Javascript Libs
#BEGIN{ eval "use JavaScript::V8; require JSON::XS; JavaScript::V8::Context->new()->eval('1')"; }