On Thu, 27 Jun 2002, Stas Bekman wrote: > any reason for not enabling warnings in compat? I've been burned on this > one, when calling Apache::module() instead of Apache->module() and it > was happily passing undef, making it '', and Apache::Module::loaded was > happily returning 1.
+1 tho would prefer a simpler usage error like the xs modules do: die 'Usage: Apache->module($name)' if @_ != 2; --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
