On 10/3/06, David Golden <[EMAIL PROTECTED]> wrote:
On 10/3/06, Alexandr Ciornii <[EMAIL PROTECTED]> wrote: > > > IMHO, including whole %ENV whould be unsafe. We can create list of > variables to be included. PERL5OPT. Any others? Also maybe > user-configurable list, where user himself decides which variables he > wants to include.
Fine, I just didn't feel like inventing a list on the spot. There's a list of values we know perl uses internally. I see David missed LANGUAGE, LC_ALL, and LANG. You'd want to be careful not to do qr/^PERL/ because MACPERL doesn't match that pattern.
* AUTHOR_TESTING
Is AUTHOR_TESTING a blessed name? I didn't know of one so I started using AUTHOR_TESTS. I'd switch if I knew to use that. Josh