This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Remove unneeded 'use' from ext/XS-APItest/t/peep.t Devel::Peek is not used by ext...
[perl5.git]
/
ext
/
XS-APItest
/
t
/
peep.t
diff --git
a/ext/XS-APItest/t/peep.t
b/ext/XS-APItest/t/peep.t
index
3db5812
..
08928c4
100644
(file)
--- a/
ext/XS-APItest/t/peep.t
+++ b/
ext/XS-APItest/t/peep.t
@@
-6,8
+6,6
@@
use Test::More tests => 9;
use XS::APItest;
use XS::APItest;
-use Devel::Peek;
-
my $record = XS::APItest::peep_record;
my $rrecord = XS::APItest::rpeep_record;
my $record = XS::APItest::peep_record;
my $rrecord = XS::APItest::rpeep_record;