summaryrefslogtreecommitdiff
path: root/pod/pod2man.PL
diff options
context:
space:
mode:
authorThorsten Glaser <unknown>2004-05-06 22:08:10 +0000
committerAbhijit Menon-Sen <ams@wiw.org>2004-05-07 13:38:16 +0000
commit4df82e260b306e39c394187f7874a9ab88f318e9 (patch)
tree2ad3f202f501039e457dcd28edc3a96881a28fe2 /pod/pod2man.PL
parent4579700caf516bccbced85a34dbe4beac42f3adb (diff)
downloadperl-4df82e260b306e39c394187f7874a9ab88f318e9.tar.gz
[perl #29397] Change in pod2man arguments
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
Diffstat (limited to 'pod/pod2man.PL')
-rw-r--r--pod/pod2man.PL2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/pod2man.PL b/pod/pod2man.PL
index b0c1341176..b1b1a55841 100644
--- a/pod/pod2man.PL
+++ b/pod/pod2man.PL
@@ -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;