From 5fc8dddf03c4168cad1610f51d207c461b269823 Mon Sep 17 00:00:00 2001 From: Ryan Voots Date: Fri, 14 Apr 2017 17:20:47 -0400 Subject: [PATCH] Fixup things in eval.pl --- lib/Bot/BB3/PluginManager.pm | 2 +- lib/eval.pl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/Bot/BB3/PluginManager.pm b/lib/Bot/BB3/PluginManager.pm index c6a068b..f4191f4 100644 --- a/lib/Bot/BB3/PluginManager.pm +++ b/lib/Bot/BB3/PluginManager.pm @@ -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 { diff --git a/lib/eval.pl b/lib/eval.pl index e0fcc46..0b40220 100755 --- a/lib/eval.pl +++ b/lib/eval.pl @@ -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')"; }