=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> for more information. =head1 Constants =head2 Other Constants =head3 C =over =item since: 2.0.00 =back See C>. =head1 See Also L. =head1 Copyright mod_perl 2.0 and its core modules are copyrighted under The Apache Software License, Version 2.0. =head1 Authors L. =cut