[Bast-commits] r4383 - in trunk/Devel-REPL: . lib/Devel/REPL/Plugin
nothingmuch at dev.catalyst.perl.org
nothingmuch at dev.catalyst.perl.org
Wed May 14 15:09:08 BST 2008
Author: nothingmuch
Date: 2008-05-14 15:09:08 +0100 (Wed, 14 May 2008)
New Revision: 4383
Modified:
trunk/Devel-REPL/
trunk/Devel-REPL/lib/Devel/REPL/Plugin/Colors.pm
Log:
r80566 at dhcp117: nothingmuch | 2008-05-14 19:50:52 +0900
STFU about uninitialized
Property changes on: trunk/Devel-REPL
___________________________________________________________________
Name: svk:merge
+ 6d2a1d83-d666-409f-9dbf-d3bfcf4e9009:/local/bast/broken_internets/Devel-REPL:80566
Modified: trunk/Devel-REPL/lib/Devel/REPL/Plugin/Colors.pm
===================================================================
--- trunk/Devel-REPL/lib/Devel/REPL/Plugin/Colors.pm 2008-05-14 13:40:07 UTC (rev 4382)
+++ trunk/Devel-REPL/lib/Devel/REPL/Plugin/Colors.pm 2008-05-14 14:09:08 UTC (rev 4383)
@@ -26,6 +26,7 @@
around format_result => sub {
my $orig = shift;
my $self = shift;
+ no warnings 'uninitialized';
return join "", (
color($self->normal_color),
$orig->($self, @_),
More information about the Bast-commits
mailing list