Maypole::Constants - Maypole predefined constants |
Maypole::Constants - Maypole predefined constants
use Maypole::Constants;
sub authenticate { if (valid_user()) { return OK; } else { return DECLINED } }
This class defines constants for use with Maypole
Maypole
Aaron Trevena, c
Simon Cozens, simon@cpan.org
You may distribute this code under the same terms as Perl itself.
Maypole::Constants - Maypole predefined constants |