From 588cf612c72b32638aab13de0e695e7173ffdd39 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Fri, 18 Jan 2013 18:45:27 +0000 Subject: [PATCH] return 1 from module load --- cgi-auth-flexible.pm | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.30.2