You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@perl.apache.org by Stas Bekman <st...@stason.org> on 2002/12/06 14:32:36 UTC

Re: cvs commit: modperl-2.0 Changes

stas@apache.org wrote:
> stas        2002/12/06 04:40:06
> 
>   Modified:    lib/Apache compat.pm
>                .        Changes
>   Log:
>   add backcompat value of $Apache::Server::CWD
>   
>   Revision  Changes    Path
>   1.73      +4 -0      modperl-2.0/lib/Apache/compat.pm
>   
>   Index: compat.pm
>   ===================================================================
>   RCS file: /home/cvs/modperl-2.0/lib/Apache/compat.pm,v
>   retrieving revision 1.72
>   retrieving revision 1.73
>   diff -u -r1.72 -r1.73
>   --- compat.pm	4 Dec 2002 02:27:54 -0000	1.72
>   +++ compat.pm	6 Dec 2002 12:40:05 -0000	1.73
>   @@ -63,6 +63,10 @@
>        $r;
>    }
>    
>   +package Apache::Server;
>   +# XXX: is that good enough? see modperl/src/modules/perl/mod_perl.c:367
>   +our $CWD = Apache->server_root_relative();

did I do it right? any better alternatives?

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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org
For additional commands, e-mail: dev-help@perl.apache.org