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 2001/12/06 03:57:08 UTC

Re: cvs commit: modperl-2.0/lib/Apache compat.pm

dougm@apache.org wrote:

> dougm       01/12/05 11:11:34
> 
>   Modified:    lib/Apache compat.pm
>   Log:
>   some whitespace style nits
>   remove redundant use of Apache::{Response,RequestRec}


why they are redundant? is it sure that Apache::{Response,RequestRec} 
are always loaded?


>   -use Apache::Response;
>    # * discard_request_body
>    # * meets_conditions
>    # * set_content_length
>   @@ -326,7 +328,6 @@
>    # * update_mtime
>    
>    # the following functions now live in Apache::RequestRec
>   -use Apache::RequestRec;




_____________________________________________________________________
Stas Bekman             JAm_pH      --   Just Another mod_perl Hacker
http://stason.org/      mod_perl Guide   http://perl.apache.org/guide
mailto:stas@stason.org  http://ticketmaster.com http://apacheweek.com
http://singlesheaven.com http://perl.apache.org http://perlmonth.com/


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


Re: cvs commit: modperl-2.0/lib/Apache compat.pm

Posted by Doug MacEachern <do...@covalent.net>.
On Thu, 6 Dec 2001, Stas Bekman wrote:

> dougm@apache.org wrote:
> 
> > dougm       01/12/05 11:11:34
> > 
> >   Modified:    lib/Apache compat.pm
> >   Log:
> >   some whitespace style nits
> >   remove redundant use of Apache::{Response,RequestRec}
> 
> 
> why they are redundant?

% egrep 'use .*::(RequestRec|Response)' lib/Apache/compat.pm
use Apache::RequestRec ();
use Apache::Response ();



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