|
NAMEMaypole::Constants - Maypole predefined constantsSYNOPSISuse Maypole::Constants; sub authenticate { if (valid_user()) { return OK; } else { return DECLINED } } DESCRIPTIONThis class defines constants for use with MaypoleCONSTANTSOKDECLINED ERROR SEE ALSOMaypoleMAINTAINERAaron Trevena, c<teejay@droogs.org>AUTHORSimon Cozens, "simon@cpan.org"LICENSEYou may distribute this code under the same terms as Perl itself.
Visit the GSP FreeBSD Man Page Interface. |