]> git.etc.gen.nz Git - spong.git/commitdiff
removed call to Getopt::Long::Configure
authorStephen L Johnson <sjohnson@monsters.org>
Tue, 14 Mar 2000 23:09:01 +0000 (23:09 +0000)
committerStephen L Johnson <sjohnson@monsters.org>
Tue, 14 Mar 2000 23:09:01 +0000 (23:09 +0000)
src/spong-client.pl

index 12d34df919dd2074188e12f8d42d39f3e7219111..394817439c61cd317f8e75e146639b399bd9b605 100755 (executable)
@@ -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();