Markus Reinhardt wrote:
>
> Hi there,
>
> I try to change the following line to modperl2:
>
> my $fh = Apache::File->new($r->filename) || return DECLINED;
> But unfortunately I don't know in what manner I have to change
> the above line for Apache::File with the new modules.
>
> Could someon
Hi there,
I try to change the following line to modperl2:
my $fh = Apache::File->new($r->filename) || return DECLINED;
The documentation tells me that Apache::File has been removed
for modperl2. Implementing Apache::Porting module says to
replace Apache::File:
mod_perl 2.0 API doesn't include pa