From: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
---|---|
To: | PostgreSQL-development <pgsql-hackers(at)postgreSQL(dot)org> |
Subject: | perl pod2man bug |
Date: | 2002-06-02 21:36:52 |
Message-ID: | 200206022136.g52Larh06685@candle.pha.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
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(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026
Attachment | Content-Type | Size |
---|---|---|
unknown_filename | text/plain | 719 bytes |
From | Date | Subject | |
---|---|---|---|
Next Message | Bruce Momjian | 2002-06-02 21:53:35 | Re: [BUGS] Bug #655: win32 client and bytea column |
Previous Message | Christopher Kings-Lynne | 2002-06-02 18:03:41 | Re: make_ctags problem |