Stas Bekman wrote:
> there are taint mode problems with modperl-1.x and the latest
> bleadperl (testing with 15887).
>
> In addition to the taint bugs in Cwd that I'm trying to solve (see
> my report at p5p, including a partial patch), there is another
> taint problem when trying to start mod_perl 1.x cvs's 'make test'
>
> In the t/logs/error_log you get simply: Insecure dependency in eval
> while running with -T switch. and the server won't start.
I can verify this.
$ MOD_PERL_TRACE=all make test
consistently fails here:
reloading Cwd.pm
reloading Carp/Heavy.pm
reloading Apache/RegistryLoader.pm
reloading docs/LoadClass.pm
reloading Fcntl.pm
reloading Symbol.pm
reloading ExtUtils/testlib.pm
reloading URI.pm
reloading IO/Socket/INET.pm
Insecure dependency in eval while running with -T switch.
Callback called exit.
I assumed that IO::Socket::INET was the problem and went about trying to
reproduce the problem by deleting %INC myself but couldn't using plain
perl. A quick look at bleedperl's Changes didn't have anything that
jumped out at me in the past two weeks (since I know all tests passed
with bleedperl when the 1.27 candidate was released)
HTH
--Geoff
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]