From: Stephen L Johnson <sjohnson@monsters.org>
Date: Tue, 14 Mar 2000 23:09:01 +0000 (+0000)
Subject: removed call to Getopt::Long::Configure
X-Git-Tag: spong-2_7-alpha5~31
X-Git-Url: http://git.etc.gen.nz/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8bddff2f781ed15937513654f8b4f3efe462a3c7;p=spong.git

removed call to Getopt::Long::Configure
---

diff --git a/src/spong-client.pl b/src/spong-client.pl
index 12d34df..3948174 100755
--- a/src/spong-client.pl
+++ b/src/spong-client.pl
@@ -29,7 +29,6 @@ srand( time() ^ ($$ + ($$ << 15 )) );
 
 $debug = $restart = $kill = $nosleep = 0;
 
-Getopt::Long::Configure('pass_through');
 if ( ! GetOptions("debug:i" => \$debuglevel, "restart" => \$restart, 
           "kill" => \$kill, "nosleep|refresh" => \$nosleep ) ) {
    &usage();