The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
# <? read_starfish_conf(); &generate_header; !>
#+
# file: starfish.conf
# CGI::AuthRegister - AuthRegister Module for Simple CGI Authentication and Registration in Perl
# (c) 2012-18 Vlado Keselj http://web.cs.dal.ca/~vlado
# $Date: $
# $Id: $
#-

$ModuleVersion  = "1.1";
$ModuleYears    = "2012-18";
$ModuleName     = "CGI::AuthRegister";
$ModuleNameDash = "CGI-AuthRegister";
$ModuleNameBase = "AuthRegister";
$ModuleAbstract = "AuthRegister Module for Simple CGI Authentication ".
                  "and Registration in Perl";
$ModuleAuthor   = "Vlado Keselj http://web.cs.dal.ca/~vlado";

use StarfishPerlModule;

1;