projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
938785a
)
Don't display debug data.
Artur Bergman [Fri, 26 Oct 2001 11:59:09 +0000 (11:59 +0000)]
p4raw-id: //depot/perl@12674
ext/threads/threads.pm
patch
|
blob
|
blame
|
history
diff --git
a/ext/threads/threads.pm
b/ext/threads/threads.pm
index
ef0f412
..
b708de4
100755
(executable)
--- a/
ext/threads/threads.pm
+++ b/
ext/threads/threads.pm
@@
-13,8
+13,6
@@
use overload
require Exporter;
require DynaLoader;
-use Devel::Peek;
-
our @ISA = qw(Exporter DynaLoader);
our %EXPORT_TAGS = ( all => [qw()]);
@@
-28,7
+26,6
@@
our $VERSION = '0.05';
sub new {
my $class = shift;
- print (Dump($_[0]));
return $class->create(@_);
}