summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorJerry D. Hedden <jdhedden@cpan.org>2010-09-22 16:36:14 -0400
committerFather Chrysostomos <sprout@cpan.org>2010-09-22 23:03:01 -0700
commit3c5d942fb372701fbc63076211d0fa17b8c2b6a2 (patch)
tree5fe1315d225acc992d21d5db54729545174f2284 /ext
parent43fead97d9090f614849cdd8195a6900ee682952 (diff)
downloadperl-3c5d942fb372701fbc63076211d0fa17b8c2b6a2.tar.gz
Remove unneeded 'use' from ext/XS-APItest/t/peep.t Devel::Peek is not used by ext/XS-APItest/t/peep.t, so remove it from the test code.
Diffstat (limited to 'ext')
-rw-r--r--ext/XS-APItest/t/peep.t2
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/XS-APItest/t/peep.t b/ext/XS-APItest/t/peep.t
index 3db5812b40..08928c44c9 100644
--- 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 Devel::Peek;
-
my $record = XS::APItest::peep_record;
my $rrecord = XS::APItest::rpeep_record;