mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-07-31 13:00:00 +02:00
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.
This commit is contained in:
committed by
Pádraig Brady
parent
2ed7c28679
commit
3e5dcddba7
@@ -16,7 +16,6 @@
|
||||
# along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
|
||||
use strict;
|
||||
use Data::Dumper;
|
||||
|
||||
my $limits = getlimits ();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user