| Maypole documentation | view source | Contained in the Maypole distribution. |
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
Aaron Trevena, c<teejay@droogs.org>
Simon Cozens, simon@cpan.org
You may distribute this code under the same terms as Perl itself.
| Maypole documentation | view source | Contained in the Maypole distribution. |