projects
/
p5sagit/Gather-Once.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
c23b808
)
Drop some debugging leftovers
Florian Ragwitz [Wed, 1 Aug 2012 15:22:06 +0000 (11:22 -0400)]
lib/Gather/Once.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Gather/Once.pm
b/lib/Gather/Once.pm
index
875b4ec
..
c6c6039
100644
(file)
--- 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" };