pgsql/src/interfaces/perl5 (ppport.h GNUmakefile Pg.xs)

Started by Tom Laneover 25 years ago1 messagescomitters
Jump to latest
#1Tom Lane
tgl@sss.pgh.pa.us

Date: Tuesday, October 24, 2000 @ 13:00:00
Author: tgl

Update of /home/projects/pgsql/cvsroot/pgsql/src/interfaces/perl5
from hub.org:/home/projects/pgsql/tmp/cvs-serv2607/interfaces/perl5

Modified Files:
GNUmakefile Pg.xs

Added Files:
ppport.h

----------------------------- Log Message -----------------------------

Eliminate POLLUTE=1 hack for cross-Perl-version compatibility by using
Devel::PPPort instead. Thanks to Gilles Darold for doing the legwork.