[rt-users] RT3 Problem: Apache2 + mod_perl. webmux.pl problem

Autrijus Tang autrijus at autrijus.org
Wed Jun 25 02:39:12 EDT 2003


On Tue, Jun 24, 2003 at 09:49:02PM +0000, Philip Reynolds wrote:
> It seems to be a compatability problem between HTML::Mason and
> mod_perl2. I changed the line
> 
>         my $req = $r || Apache->request )
> 
> to
> 	my $req = $r )
> 
> and everything seems to work OK now. 

You may wish to submit a patch to mason-devel at lists.sourceforge.net
folks so it reads

    my $req = eval { $r } || eval { Apache->request }

or something like that...

/Autrijus/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
URL: <http://lists.bestpractical.com/pipermail/rt-users/attachments/20030625/ceeda5e6/attachment.sig>


More information about the rt-users mailing list