[ic] PerlAlwaysGlobal and PerlNoStrict

David Christensen david at endpoint.com
Wed Sep 5 18:10:55 UTC 2012


On Sep 5, 2012, at 12:23 PM, Jon Jensen wrote:

> On Wed, 5 Sep 2012, Mike Heins wrote:
> 
>>> There is basically no alternative to PerlAlwaysGlobal today if you use additional Perl modules and Perl code in IC 5.
>> 
>> If you limit your use to modules which don't do runtime requires you can certainly avoid it.
> 
> With Perl 5.14 and newer, I'm finding that Stefan is correct, because the core Encoding module does runtime requires all the time, and possibly some other core modules. Safe has become nearly unusable for us with newer Perl versions.


Is the benefit with Safe the separate namespaces or the actual restrictive environments?  I'd expect we could just use Safe + untrap everything if it's the former; the latter does seem like a losing battle.

Regards,

David
--
David Christensen
End Point Corporation
david at endpoint.com
785-727-1171






More information about the interchange-users mailing list