The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Maypole::Constants - Maypole predefined constants

SYNOPSIS

    use Maypole::Constants;

    sub authenticate {
        if (valid_user()) {
            return OK;
        } else {
            return DECLINED
        }
    }

DESCRIPTION

This class defines constants for use with Maypole

CONSTANTS

OK

DECLINED

ERROR

SEE ALSO

Maypole

MAINTAINER

Aaron Trevena, c<teejay@droogs.org>

AUTHOR

Simon Cozens, simon@cpan.org

LICENSE

You may distribute this code under the same terms as Perl itself.