]> git.decadent.org.uk Git - maypole.git/blobdiff - lib/Maypole.pm
Removed obsolete comments, added comment about testing
[maypole.git] / lib / Maypole.pm
index 5fd048eb354f5b891cc5bd6d87edfffff9925998..13af1719bbb4954de5a005e017072d8dce7caed1 100644 (file)
@@ -84,6 +84,7 @@ sub handler_guts {
     # We authenticate every request, needed for proper session management
     my $status;
     eval { $status = $r->call_authenticate };
+    warn "No return value from authenticate" unless $status;
     if ( my $error = $@ ) {
         $status = $r->call_exception($error);
         if ( $status != OK ) {