Re: Fwd: [ken@mathforum.org: Re: [Inline 0.43] insecure dependency when tainting]

2002-08-29 Thread Nicholas Clark
On Thu, Aug 29, 2002 at 12:29:58AM -0700, Michael G Schwern wrote: > Also, Nick's example is a little odd. You usually don't want '.' (ie. t/) > in your @INC. It's more like this: > > BEGIN { > if($ENV{PERL_CORE}) { > chdir 't'; > @INC = '../lib'; > } >

Fwd: [ken@mathforum.org: Re: [Inline 0.43] insecure dependency when tainting]

2002-08-29 Thread Michael G Schwern
There's already the beginnings of something like this in t/TestInit.pm, but it wasn't updated for the PERL_CORE trick. Nor do I know if it can be entirely trusted. Also, Nick's example is a little odd. You usually don't want '.' (ie. t/) in your @INC. It's more like this: BEGIN {