From e7cf0a4f7d794f88a4a480b73d911df05596481d Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Fri, 11 Jan 2013 18:15:29 +0000 Subject: [PATCH] fix exports --- cgi-auth-flexible.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cgi-auth-flexible.pm b/cgi-auth-flexible.pm index af4c30b..6ad45b1 100644 --- a/cgi-auth-flexible.pm +++ b/cgi-auth-flexible.pm @@ -32,7 +32,7 @@ BEGIN { @EXPORT = qw(); %EXPORT_TAGS = ( ); # eg: TAG => [ qw!name1 name2! ], - @EXPORT_OK = qw(setup); + @EXPORT_OK = qw(); } our @EXPORT_OK; -- 2.30.2