From: Florian Ragwitz Date: Wed, 1 Aug 2012 15:22:06 +0000 (-0400) Subject: Drop some debugging leftovers X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FGather-Once.git;a=commitdiff_plain;h=15d87e3a0e9683b7e7945652341b3f9b1a500a06 Drop some debugging leftovers --- diff --git a/lib/Gather/Once.pm b/lib/Gather/Once.pm index 875b4ec..c6c6039 100644 --- a/lib/Gather/Once.pm +++ b/lib/Gather/Once.pm @@ -15,7 +15,6 @@ sub import { my ($class, %args) = @_; my $caller = caller; - use Data::Dump 'pp'; my $gather = sub { croak "$args{block} called as a function" }; my $take = sub { croak "$args{take} called as a function" };