Eliminate POLLUTE=1 hack for cross-Perl-version compatibility by using
Tom Lane <tgl@sss.pgh.pa.us>
Eliminate POLLUTE=1 hack for cross-Perl-version compatibility by using Devel::PPPort instead. Thanks to Gilles Darold for doing the legwork.
Files
| Path | Change | +/− |
|---|---|---|
| src/interfaces/perl5/GNUmakefile | modified | +3 −3 |
| src/interfaces/perl5/Pg.xs | modified | +5 −4 |
| src/interfaces/perl5/ppport.h | added | +286 −0 |
| src/pl/plperl/eloglvl.c | modified | +2 −0 |
| src/pl/plperl/GNUmakefile | modified | +2 −2 |
| src/pl/plperl/plperl.c | modified | +8 −6 |
| src/pl/plperl/ppport.h | added | +286 −0 |