diff options
author | Karl Williamson <khw@cpan.org> | 2017-06-30 12:57:49 -0600 |
---|---|---|
committer | Karl Williamson <khw@cpan.org> | 2017-07-12 21:14:25 -0600 |
commit | 54c8f8c52d2e0b0b9a87e5f85907fba24c2481f9 (patch) | |
tree | 683edcaf4c5f7bccefc3232af06b8ee62162a6b4 /ext/XS-APItest/t | |
parent | 4c210ae9fdfacb3cd9e99e11f0a1b017805effa6 (diff) | |
download | perl-54c8f8c52d2e0b0b9a87e5f85907fba24c2481f9.tar.gz |
APItest/t/utf8_warn_base.pl: Data::Dumper isn't needed
Diffstat (limited to 'ext/XS-APItest/t')
-rw-r--r-- | ext/XS-APItest/t/utf8_warn_base.pl | 2 |
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; |