summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorPeter Powell <petpow@saberuk.com>2015-01-11 04:29:50 +0000
committerPeter Powell <petpow@saberuk.com>2015-01-11 04:29:50 +0000
commitd4b7746ef2c6ba8a1955f8d9b37fd5213a809def (patch)
tree2fe9c1ef56389fe2ee8f0da999a6efbd99c56f89 /configure
parentf3f443f085e922fa2bb5393c46d02722ad05879d (diff)
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.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure6
1 files changed, 0 insertions, 6 deletions
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;