From a2ae0222a4f81711775ff040b3a51f8933acec15 Mon Sep 17 00:00:00 2001 From: Gianni Ceccarelli Date: Thu, 10 Nov 2011 11:34:02 +0000 Subject: silence a test --- Data-MultiValued/t/json.t | 2 -- 1 file changed, 2 deletions(-) diff --git a/Data-MultiValued/t/json.t b/Data-MultiValued/t/json.t index ca7986b..432ac69 100644 --- a/Data-MultiValued/t/json.t +++ b/Data-MultiValued/t/json.t @@ -28,8 +28,6 @@ sub new_in_place { my $self = bless $hash,$class; - p $self; - for my $attr ($class->meta->get_all_attributes) { if ($attr->does('MultiValued::Tags')) { $attr->_rebless_slot($self); -- cgit v1.2.3