Stas,

Thank you and thanks Geoff.

I changed the warnings pragma to your suggestion, but unfortunately, it
still fails:

[Wed Aug 13 14:00:49 2003] [error] [client 10.0.3.131] Can't coerce array
into hash at
/usr/lib/perl5/vendor_perl/5.8.0/i386-linux-thread-multi/ModPerl/RegistryPre
fork.pm line 26.!

I'll keep my fingers crossed that Geoff can duplicate the problem and come
up with a solution on his system.

Thanks again,

Ed

-----Original Message-----
From: Stas Bekman [mailto:[EMAIL PROTECTED]
Sent: Wednesday, August 13, 2003 1:48 PM
To: Ed Ruben
Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED];
[EMAIL PROTECTED]; [EMAIL PROTECTED]
Subject: Re: [mp2] RegistryPrefork has deprecated Pseudo-hash


Ed Ruben wrote:
> Stas,
>
> Thanks again for your efforts.  Unfortunately, I am still getting the
> warning.

Geoff promised to look at it tomorrow. He seems to have the same patched
perl
as you do.

For now if you replace:

use warnings FATAL => 'all';

with

use warnings;
no warnings 'deprecate';

you will be able to use it without getting the warnings.

__________________________________________________________________
Stas Bekman            JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/     mod_perl Guide ---> http://perl.apache.org
mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com



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

Reply via email to