[svn:mod_parrot] rev 178 - mod_parrot/branches/particle-win32

[email protected]
Newsgroups perl.cvs.mod_parrot
Message-ID <[email protected]>
Author: particle
Date: Tue Jul 26 11:34:19 2005
New Revision: 178

Modified:
   mod_parrot/branches/particle-win32/Configure.pl
Log:
removed useless for(@ARGV) around GetOptions

Modified: mod_parrot/branches/particle-win32/Configure.pl
==============================================================================
--- mod_parrot/branches/particle-win32/Configure.pl	(original)
+++ mod_parrot/branches/particle-win32/Configure.pl	Tue Jul 26 11:34:19 2005
@@ -124,15 +124,13 @@ $args{parrot_build_dir} = '../parrot';
 $args{apxs} = '/usr/local/apache/bin/apxs';
 $args{perl} = $^X;
 
-for( @ARGV ) {
-	GetOptions( \%args,
-		qw( help version verbose prefix ask ),
-		'debugging=i',
-		'parrot-build-dir=s',
-		'apxs=s',
-		'perl=s',
-	) or die "error while parsing options: $!";
-}
+GetOptions( \%args,
+	qw( help version verbose prefix ask ),
+	'debugging=i',
+	'parrot-build-dir=s',
+	'apxs=s',
+	'perl=s',
+) or die "error while parsing options: $!";
 
 ## general option code
 $args{help} and do {
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.