[perl #29397] Change in pod2man arguments
Thorsten Glaser [Thu, 6 May 2004 22:08:10 +0000 (22:08 +0000)]
From: Thorsten Glaser (via RT) <perlbug-followup@perl.org>
Message-Id: <rt-3.0.9-29397-86929.5.37563386041974@perl.org>

p4raw-id: //depot/perl@22799

pod/pod2man.PL

index b0c1341..b1b1a55 100644 (file)
@@ -64,7 +64,7 @@ my $stdin;
 # allowing short forms as well.  --lax is currently ignored.
 my %options;
 Getopt::Long::config ('bundling_override');
-GetOptions (\%options, 'section|s=s', 'release|r=s', 'center|c=s',
+GetOptions (\%options, 'section|s=s', 'release|r:s', 'center|c=s',
             'date|d=s', 'fixed=s', 'fixedbold=s', 'fixeditalic=s',
             'fixedbolditalic=s', 'name|n=s', 'official|o', 'quotes|q=s',
             'lax|l', 'help|h', 'verbose|v') or exit 1;