diff options
author | Attila Molnar <attilamolnar@hush.com> | 2015-01-11 12:46:04 +0100 |
---|---|---|
committer | Attila Molnar <attilamolnar@hush.com> | 2015-01-11 12:46:04 +0100 |
commit | 50dd3523a3529fe542ec065fa68fb415a6b0e77a (patch) | |
tree | 2fe9c1ef56389fe2ee8f0da999a6efbd99c56f89 | |
parent | f3f443f085e922fa2bb5393c46d02722ad05879d (diff) | |
parent | d4b7746ef2c6ba8a1955f8d9b37fd5213a809def (diff) |
Merge pull request #963 from SaberUK/insp20+nuke-data-dumper
Don't load Data::Dumper in the configure script.
-rwxr-xr-x | configure | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -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; |