perl pod2man bug

Started by Bruce Momjianalmost 24 years ago1 messageshackers
Jump to latest
#1Bruce Momjian
bruce@momjian.us

I have found current CVS doesn't work with Perl 5.005 patch 3. It tries
to do:

#$ pod2man Pg.pm Pg.3
/usr/bin/pod2man: Need one and only one podpage argument
usage: /usr/bin/pod2man [options] podpage
Options are:
--section=manext (default "1")
--release=relpatch (default "perl 5.005, patch 03")
--center=string (default "User Contributed Perl Documentation")
--date=string (default "2/Jun/2002")
--fixed=font (default "CW")
--official (default NOT)
--lax (default NOT)

I have applied the following patch which seems to do the same thing and
works with my perl here.

-- 
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026

Attachments:

/bjm/difftext/plainDownload+2-2