In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/3c5d942fb372701fbc63076211d0fa17b8c2b6a2?hp=43fead97d9090f614849cdd8195a6900ee682952>
- Log ----------------------------------------------------------------- commit 3c5d942fb372701fbc63076211d0fa17b8c2b6a2 Author: Jerry D. Hedden <[email protected]> Date: Wed Sep 22 16:36:14 2010 -0400 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. ----------------------------------------------------------------------- Summary of changes: ext/XS-APItest/t/peep.t | 2 -- 1 files changed, 0 insertions(+), 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; -- Perl5 Master Repository
