X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=pod%2Fpod2man.PL;h=b1b1a55841434cebff67eea625494a65f9008261;hb=4e9dada01dea61250de18f52c49ec01866133705;hp=b0c1341176efd06e9d631db4510bab9c1110f770;hpb=fd20da51661b685c54940aeb116a97beabf44d0f;p=p5sagit%2Fp5-mst-13.2.git diff --git a/pod/pod2man.PL b/pod/pod2man.PL index b0c1341..b1b1a55 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;