Drop some debugging leftovers
Florian Ragwitz [Wed, 1 Aug 2012 15:22:06 +0000 (11:22 -0400)]
lib/Gather/Once.pm

index 875b4ec..c6c6039 100644 (file)
@@ -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"  };