Quoting Stas Bekman <[EMAIL PROTECTED]>:

I am using:

use Apache::Module;

if (Apache::Module::loaded('Apache::Status')) {
#  $r->log->debug("status: launching menu");
  Apache::Status->menu_item('AuthenCache' => 'AuthenCache Menu Item',
                            \&status_menu);
}

Looks right to me.

How do I go about debugging this thing?

Do all the tests pass for you? This test: t/response/TestAPI/module.pm tests this interface. You can run it with:

t/TEST -v t/api/module.t


That's the kicker... I think that they all passed, but I will double-check in the morning when I get back to the office. I had the same problem with 1.99_14, so wanted to double-check with a newer CVS copy.

thanks,

--
Shannon Eric Peevey
President - EriKin Corporation
[EMAIL PROTECTED]
(940) 391-6777
http://www.erikin.com

----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.


-- Report problems: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html List etiquette: http://perl.apache.org/maillist/email-etiquette.html



Reply via email to