]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
tests: remove unused Data::Dumper perl module
authorAssaf Gordon <assafgordon@gmail.com>
Tue, 26 Jun 2018 18:59:11 +0000 (12:59 -0600)
committerPádraig Brady <P@draigBrady.com>
Wed, 27 Jun 2018 07:41:08 +0000 (00:41 -0700)
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.

tests/misc/csplit-suppress-matched.pl

index 416a5bca3a62e5e64f1a0cf801c5b8e094ddfaf6..ec47252eacf1425af20d6b864d4c60acd30905db 100755 (executable)
@@ -16,7 +16,6 @@
 # along with this program.  If not, see <https://www.gnu.org/licenses/>.
 
 use strict;
-use Data::Dumper;
 
 my $limits = getlimits ();