summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAttila Molnar <attilamolnar@hush.com>2015-01-11 12:46:04 +0100
committerAttila Molnar <attilamolnar@hush.com>2015-01-11 12:46:04 +0100
commit50dd3523a3529fe542ec065fa68fb415a6b0e77a (patch)
tree2fe9c1ef56389fe2ee8f0da999a6efbd99c56f89
parentf3f443f085e922fa2bb5393c46d02722ad05879d (diff)
parentd4b7746ef2c6ba8a1955f8d9b37fd5213a809def (diff)
Merge pull request #963 from SaberUK/insp20+nuke-data-dumper
Don't load Data::Dumper in the configure script.
-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;