[Pas-support] Insecure dependency error
Status: Beta
Brought to you by:
mortis
From: Beremour <ber...@ho...> - 2002-11-10 18:09:39
|
Hello! I am using perl 5.8.0,apache2, mod_per2. I've installed PAS. All seems to be OK, but I am getting an error: "Insecure dependency in require while running with -T switch at /usr/local/pas/src/startup.pl line 5" in file startup.pl File: startup.pl =============================== use strict; $|++; BEGIN { use lib $ENV{'PAS_BASE'}.'/src'; use Org::Bgw::Environment; use Org::Bgw::Config; my $configFile = Org::Bgw::Environment::pas_config(); .... .... =============================== How do I avoid this ? With best regards, Sergey |