From: Ian Jackson Date: Fri, 11 Jan 2013 18:15:29 +0000 (+0000) Subject: fix exports X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?a=commitdiff_plain;h=e7cf0a4f7d794f88a4a480b73d911df05596481d;hp=af3159edbfe74d267bb6441c1e7dc7360168ad6e;p=cgi-auth-flexible.git fix exports --- 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;