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
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.