Stas Bekman wrote:
t/apr-ext/finfo....Insecure dependency in require while running with -T switch at /usr/src/modperl-2.0/t/lib/TestAPRlib/finfo.pm line 24.
at /usr/src/modperl-2.0/t/lib/TestAPRlib/finfo.pm line 24
TestAPRlib::finfo::BEGIN() called at /usr/src/modperl-2.0/t/lib/TestAPRlib/finfo.pm line 24

There is nothing on line 24 in that file. besides 'use APR::Const', but 2 lines earlier. Try to add:

Line 24 is the last line of the multiline 'use APR::Const' on my systems.

use APR::Const -compile => qw(SUCCESS FINFO_NORM FILETYPE_REG
                              FILEPROT_WREAD FILEPROT_WWRITE
                              FILEPROT_WEXECUTE);

Insecure dependency in mkdir while running with -T switch at /usr/local/perl/lib/File/Path.pm line 159.
at /usr/local/perl/lib/File/Path.pm line 159
File::Path::mkpath('/usr/src/modperl-2.0/t/htdocs/perlio-ext', 0, 493) called at /usr/src/modperl-2.0/blib/lib/Apache/TestUtil.pm line 250

Strange, can you reproduce it outside the script?

perl -T -MFile::Path -le 'File::Path::mkpath("/tmp/xxx", 0, 0755)'

Nope.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to