fix exit constants usage in apache2
authorMischa POSLAWSKY <perl@shiar.org>
Tue, 18 Mar 2008 01:52:41 +0000 (01:52 +0000)
committerMischa POSLAWSKY <perl@shiar.org>
Tue, 18 Mar 2008 05:33:24 +0000 (05:33 +0000)
commit1dd113c913fed66850297163930ce0b6e6915dc2
tree3d174ad7476abedb3e132f7d3d258e7db4e1e37a
parent9ec2f267283338120825c68facb174496a4819b9
fix exit constants usage in apache2

Apache2::Const requires HTTP_* constants to be compiled before they can be
accessed. This caused at least a warning message at the end of each page,
usually:

Use of inherited AUTOLOAD for non-method Apache2::Const::OK() is deprecated
PLP/Apache.pm