From 54c8f8c52d2e0b0b9a87e5f85907fba24c2481f9 Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Fri, 30 Jun 2017 12:57:49 -0600 Subject: APItest/t/utf8_warn_base.pl: Data::Dumper isn't needed --- ext/XS-APItest/t/utf8_warn_base.pl | 2 -- 1 file changed, 2 deletions(-) (limited to 'ext/XS-APItest/t') 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; -- cgit v1.2.1