summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2017-06-30 12:57:49 -0600
committerKarl Williamson <khw@cpan.org>2017-07-12 21:14:25 -0600
commit54c8f8c52d2e0b0b9a87e5f85907fba24c2481f9 (patch)
tree683edcaf4c5f7bccefc3232af06b8ee62162a6b4
parent4c210ae9fdfacb3cd9e99e11f0a1b017805effa6 (diff)
downloadperl-54c8f8c52d2e0b0b9a87e5f85907fba24c2481f9.tar.gz
APItest/t/utf8_warn_base.pl: Data::Dumper isn't needed
-rw-r--r--ext/XS-APItest/t/utf8_warn_base.pl2
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/XS-APItest/t/utf8_warn_base.pl b/ext/XS-APItest/t/utf8_warn_base.pl
index 754753de6d..ed86442306 100644
--- a/ext/XS-APItest/t/utf8_warn_base.pl
+++ b/ext/XS-APItest/t/utf8_warn_base.pl
@@ -19,9 +19,7 @@ $|=1;
no warnings 'deprecated'; # Some of the below are above IV_MAX on 32 bit
# machines, and that is tested elsewhere
-
use XS::APItest;
-use Data::Dumper;
my @warnings_gotten;