From 3c5d942fb372701fbc63076211d0fa17b8c2b6a2 Mon Sep 17 00:00:00 2001 From: "Jerry D. Hedden" Date: Wed, 22 Sep 2010 16:36:14 -0400 Subject: [PATCH 1/1] 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. --- ext/XS-APItest/t/peep.t | 2 -- 1 file changed, 2 deletions(-) diff --git a/ext/XS-APItest/t/peep.t b/ext/XS-APItest/t/peep.t index 3db5812..08928c4 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; -- 1.8.3.1