Re: [mp2] Apache::compat breaking 2.0 API solutions?

2003-06-12 Thread Scott Penrose
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 sounds good to me. Anybody has an experience of using Filter::Simple with mod_perl? A simple version looks like this... package Apache::compat::uber; use strict; use Filter::Simple; use constant ahh = 0; FILTER { print STDERR PRE = $_\n if

Re: [mp2] Apache::compat breaking 2.0 API solutions?

2003-06-11 Thread Stas Bekman
Stas Bekman wrote: Last night I have done the mod_perl 1.0 to 2.0 porting presentation at the Melbourne mongers meeting, and I have raised the issue with Apache::compat, asking for input from my audience. Here is the problem that we have: Apache::compat provides mod_perl 1.0 backward

Re: [mp2] Apache::compat breaking 2.0 API solutions?

2003-06-11 Thread Stas Bekman
[...] From: Scott Penrose [EMAIL PROTECTED] To: Stas Bekman [EMAIL PROTECTED] I have two solutions for your problem you presented yesterday. Both have side effects but I can work them at least in part (I don't know all the gotchas with ModPerl though). 1) Filter::Simple use

Re: [mp2] Apache::compat breaking 2.0 API solutions?

2003-06-11 Thread Stas Bekman
Scott Penrose wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 sounds good to me. Anybody has an experience of using Filter::Simple with mod_perl? A simple version looks like this... package Apache::compat::uber; use strict; use Filter::Simple; use constant ahh = 0; FILTER { print