>From c64980bf0c9817b2edf7182fdde4ef41222852fe Mon Sep 17 00:00:00 2001 From: Assaf Gordon Date: Tue, 26 Jun 2018 12:59:11 -0600 Subject: [PATCH] tests: remove unused Data::Dumper perl module The module is no needed anymore (was used during development). Despite being a Perl core module, platforms like CentOS don't install it by default. Reported by Bruno Haible at https://lists.gnu.org/r/coreutils/2018-06/msg00093.html. * tests/misc/csplit-suppress-matched.pl: Remove Data::Dumper. --- tests/misc/csplit-suppress-matched.pl | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/misc/csplit-suppress-matched.pl b/tests/misc/csplit-suppress-matched.pl index 416a5bca3..ec47252ea 100755 --- a/tests/misc/csplit-suppress-matched.pl +++ b/tests/misc/csplit-suppress-matched.pl @@ -16,7 +16,6 @@ # along with this program. If not, see . use strict; -use Data::Dumper; my $limits = getlimits (); -- 2.11.0