]> git.netwichtig.de Git - user/henk/code/inspircd.git/commitdiff
Merge pull request #963 from SaberUK/insp20+nuke-data-dumper
authorAttila Molnar <attilamolnar@hush.com>
Sun, 11 Jan 2015 11:46:04 +0000 (12:46 +0100)
committerAttila Molnar <attilamolnar@hush.com>
Sun, 11 Jan 2015 11:46:04 +0000 (12:46 +0100)
Don't load Data::Dumper in the configure script.

configure

index 6a8e28fe98480b88aef3c22debb4714d8cf8772f..425bb21af75e4ba360860f3ed1da484d78cfcec0 100755 (executable)
--- 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;