--- t/10-Redis-List.t 2009/03/22 18:18:26 39 +++ t/10-Redis-List.t 2009/03/23 11:38:56 49 @@ -27,4 +27,4 @@ ok( push( @a, 'push' ), 'push' ); is_deeply( [ @a ], [ 'foo', 'bar', 'baz', 'push' ] ); -diag dump( @a ); +#diag dump( @a );