You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl@perl.apache.org by Adam Prime x443 <ap...@brunico.com> on 2007/01/17 16:25:17 UTC

Apache2::Const::MOVED ?

doesn't exist.  Is the correct way to return a 301 to use
Apache2::Const::HTTP_MOVED_PERMANENTLY ?  I keep thinking that i've read
somewhere that using the ::HTTP* constants isn't a good idea.

Adam

Re: Apache2::Const::MOVED ?

Posted by Perrin Harkins <pe...@elem.com>.
On Wed, 2007-01-17 at 10:25 -0500, Adam Prime x443 wrote:
> doesn't exist.  Is the correct way to return a 301 to use
> Apache2::Const::HTTP_MOVED_PERMANENTLY ?  I keep thinking that i've read
> somewhere that using the ::HTTP* constants isn't a good idea.

This thread covered it pretty well:
http://marc.theaimsgroup.com/?l=apache-modperl&m=116784025805764&w=2

Also,
http://perl.apache.org/docs/2.0/user/porting/compat.html#Deprecated_Constants

- Perrin