use recommended apache2 constants
authorMischa POSLAWSKY <perl@shiar.org>
Mon, 30 Jul 2007 09:04:03 +0000 (11:04 +0200)
committerMischa POSLAWSKY <perl@shiar.org>
Tue, 2 Oct 2007 02:58:00 +0000 (04:58 +0200)
commit58286f44f06df2a424e09f50312616b96832b30d
tree4749ffcad3360747b478d356cf8b73e73e11b64d
parent30c44f02696079e94a9dd261e1dcfe0898a5367b
use recommended apache2 constants

According to mod_perl documentation (porting/compat):

REDIRECT and similar constants have been deprecated in Apache for
years, in favor of the HTTP_* names (they no longer exist Apache
2.0). mod_perl 2.0 API performs the following aliasing behind the
scenes
PLP/Apache.pm