=head1 NAME
ModPerl::Const -- ModPerl Constants
=head1 Synopsis
# make the constants available but don't import them
use ModPerl::Const -compile => qw(constant names ...);
# w/o the => syntax sugar
use ModPerl::Const ("-compile", qw(constant names ...));
# compile and import the constants
use ModPerl::Const qw(constant names ...);
=head1 Description
This package contains constants specific to mod_perl features.
Refer to C