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