Maypole::Constants - Maypole predefined constants


Maypole documentation  | view source Contained in the Maypole distribution.

Index


NAME

Top

Maypole::Constants - Maypole predefined constants

SYNOPSIS

Top

    use Maypole::Constants;

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

DESCRIPTION

Top

This class defines constants for use with Maypole

CONSTANTS

OK

DECLINED

ERROR

SEE ALSO

Top

Maypole

MAINTAINER

Top

Aaron Trevena, c<teejay@droogs.org>

AUTHOR

Top

Simon Cozens, simon@cpan.org

LICENSE

Top

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


Maypole documentation  | view source Contained in the Maypole distribution.