r80566@dhcp117: nothingmuch | 2008-05-14 19:50:52 +0900
[p5sagit/Devel-REPL.git] / lib / Devel / REPL / Plugin / Colors.pm
index 17592b8..2fc6e93 100644 (file)
@@ -26,6 +26,7 @@ around format_error => sub {
 around format_result => sub {
   my $orig = shift;
   my $self = shift;
+  no warnings 'uninitialized';
   return join "", (
     color($self->normal_color),
     $orig->($self, @_),