diff options
author | Jerry D. Hedden <jdhedden@cpan.org> | 2010-09-22 16:36:14 -0400 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2010-09-22 23:03:01 -0700 |
commit | 3c5d942fb372701fbc63076211d0fa17b8c2b6a2 (patch) | |
tree | 5fe1315d225acc992d21d5db54729545174f2284 /ext | |
parent | 43fead97d9090f614849cdd8195a6900ee682952 (diff) | |
download | perl-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.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 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; |