Get rid of PERL_POLLUTE
authorJan Dubois <jand@activestate.com>
Thu, 22 Jul 2010 01:28:33 +0000 (18:28 -0700)
committerJan Dubois <jand@activestate.com>
Thu, 22 Jul 2010 01:28:33 +0000 (18:28 -0700)
commitcfef31b27d1a56cda74e23698243f3be70bd9cb3
treea24c515a115b3500922a6f9654ce3596fb828e64
parentb6c85593a554a961f8d6994f7e4c5551a0a5eb2c
Get rid of PERL_POLLUTE

PERL_POLLUTE was added (but undefined by default) in 5.6 to optionally
expose older 5.005 symbols for backwards compatibility.  It's use was
always discouraged, and MakeMaker contains a more specific escape hatch:

    perl Makefile.PL POLLUTE=1

This can be used for modules that have not been upgraded to 5.6 naming
conventions (and really should be completely obsolete by now).
embed.pl
embedvar.h
win32/Makefile
win32/makefile.mk