Maypole::Constants - Maypole predefined constants


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


AUTHOR

Simon Cozens, simon@cpan.org


LICENSE

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

 Maypole::Constants - Maypole predefined constants