chiark / gitweb /
fix exports
[cgi-auth-flexible.git] / cgi-auth-flexible.pm
index af4c30b48b2c7938412f6208172fe218da46305d..6ad45b1098429d384a7c620cca9be06e9ead4cf3 100644 (file)
@@ -32,7 +32,7 @@ BEGIN {
     @EXPORT      = qw();
     %EXPORT_TAGS = ( );     # eg: TAG => [ qw!name1 name2! ],
 
-    @EXPORT_OK   = qw(setup);
+    @EXPORT_OK   = qw();
 }
 our @EXPORT_OK;