From: Assaf Gordon Date: Tue, 26 Jun 2018 18:59:11 +0000 (-0600) Subject: tests: remove unused Data::Dumper perl module X-Git-Tag: v8.30~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3e5dcddba7466d5d594cd39cc0b543224a7def4a;p=thirdparty%2Fcoreutils.git tests: remove unused Data::Dumper perl module The module is not 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. --- diff --git a/tests/misc/csplit-suppress-matched.pl b/tests/misc/csplit-suppress-matched.pl index 416a5bca3a..ec47252eac 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 ();