From: Dobrica Pavlinusic Date: Mon, 23 Mar 2009 11:30:29 +0000 (+0000) Subject: comment debug output X-Git-Tag: 0.0801~17 X-Git-Url: http://git.rot13.org/?p=perl-Redis.git;a=commitdiff_plain;h=baf5779857bc91db613d13c843af045cc0cbf3f8;ds=sidebyside comment debug output git-svn-id: svn+ssh://llin/home/dpavlin/private/svn/Redis@46 447b33ff-793d-4489-8442-9bea7d161be5 --- diff --git a/t/20-Redis-Hash.t b/t/20-Redis-Hash.t index 6a371ec..7bd9daf 100755 --- a/t/20-Redis-Hash.t +++ b/t/20-Redis-Hash.t @@ -26,5 +26,5 @@ is_deeply( [ sort keys %h ], [ 'bar', 'baz', 'foo' ], 'keys' ); is_deeply( \%h, { bar => 1, baz => 99, foo => 42, }, 'structure' ); -diag dump( \%h ); +#diag dump( \%h );