This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
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
index 3db5812..08928c4 100644 (file)
@@ -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;