diff options
author | Peter Powell <petpow@saberuk.com> | 2015-01-11 04:29:50 +0000 |
---|---|---|
committer | Peter Powell <petpow@saberuk.com> | 2015-01-11 04:29:50 +0000 |
commit | d4b7746ef2c6ba8a1955f8d9b37fd5213a809def (patch) | |
tree | 2fe9c1ef56389fe2ee8f0da999a6efbd99c56f89 /configure | |
parent | f3f443f085e922fa2bb5393c46d02722ad05879d (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-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; |