Maypole::Constants.3pm

Langue: en

Version: 2006-04-25 (fedora - 01/12/10)

Section: 3 (Bibliothèques de fonctions)

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.