mirror of
https://github.com/perlbot/perlbuut
synced 2025-06-07 16:55:42 -04:00
Fixup things in eval.pl
This commit is contained in:
parent
cc66522cc4
commit
5fc8dddf03
2 changed files with 2 additions and 2 deletions
|
@ -639,7 +639,7 @@ sub child_err {
|
||||||
|
|
||||||
return unless $err_output =~ /\S/;
|
return unless $err_output =~ /\S/;
|
||||||
|
|
||||||
# warn "\n\tChild $child_id: $err_output\n";
|
warn "\n\tChild $child_id: $err_output\n";
|
||||||
}
|
}
|
||||||
|
|
||||||
sub child_fail {
|
sub child_fail {
|
||||||
|
|
|
@ -223,7 +223,7 @@ use Text::ParseWords;
|
||||||
eval {"\N{SPARKLE}"}; # force loading of some of the charnames stuff
|
eval {"\N{SPARKLE}"}; # force loading of some of the charnames stuff
|
||||||
|
|
||||||
# Required for perl_deparse
|
# Required for perl_deparse
|
||||||
use B::RecDeparse;
|
use B::Deparse;
|
||||||
|
|
||||||
## Javascript Libs
|
## Javascript Libs
|
||||||
#BEGIN{ eval "use JavaScript::V8; require JSON::XS; JavaScript::V8::Context->new()->eval('1')"; }
|
#BEGIN{ eval "use JavaScript::V8; require JSON::XS; JavaScript::V8::Context->new()->eval('1')"; }
|
||||||
|
|
Loading…
Add table
Reference in a new issue