From: Ian Jackson Date: Fri, 18 Jan 2013 18:45:27 +0000 (+0000) Subject: return 1 from module load X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?a=commitdiff_plain;h=588cf612c72b32638aab13de0e695e7173ffdd39;p=cgi-auth-flexible.git return 1 from module load --- diff --git a/cgi-auth-flexible.pm b/cgi-auth-flexible.pm index e8b493d..fb161cc 100644 --- a/cgi-auth-flexible.pm +++ b/cgi-auth-flexible.pm @@ -1006,6 +1006,8 @@ sub secret_cookie ($) { return $cookv; } +1; + __END__ =head1 NAME