From d4b7746ef2c6ba8a1955f8d9b37fd5213a809def Mon Sep 17 00:00:00 2001 From: Peter Powell Date: Sun, 11 Jan 2015 04:29:50 +0000 Subject: Don't load Data::Dumper in the configure script. This is not used and apparently there are some distros which do not include it as part of the system Perl. --- configure | 6 ------ 1 file changed, 6 deletions(-) (limited to 'configure') diff --git a/configure b/configure index 6a8e28fe9..425bb21af 100755 --- a/configure +++ b/configure @@ -33,12 +33,6 @@ BEGIN { use strict; use warnings FATAL => qw(all); -use Data::Dumper; -BEGIN { - $Data::Dumper::Sortkeys = 1; - $Data::Dumper::Useqq = 1; -}; - use File::Copy (); use Socket; use Cwd; -- cgit v1.2.3