projects
/
p5sagit/Devel-PeekPoke.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
13793f0
)
Trim unused imports
master
Peter Rabbitson [Wed, 30 Apr 2014 04:50:15 +0000 (06:50 +0200)]
t/03torture.t
patch
|
blob
|
blame
|
history
diff --git
a/t/03torture.t
b/t/03torture.t
index
76e2fc3
..
d623181
100644
(file)
--- a/
t/03torture.t
+++ b/
t/03torture.t
@@
-29,7
+29,7
@@
sub is {
threads->yield if $INC{'threads.pm'};
}
-use Devel::PeekPoke qw/peek poke peek_address poke_address/;
+use Devel::PeekPoke qw/peek poke/;
use Devel::PeekPoke::Constants qw/PTR_SIZE PTR_PACK_TYPE/;
my $str = 'for mutilation and mayhem';