On Wed, 30 Jan 2002, Stas Bekman wrote: > But what about other functions? password_validate, > generate_random_bytes, etc... > > So it should be APR::password_validate?
yes. they should all be the way they were before. those c functions don't have _util in their names, so the perl function shouldn't have ::Util in theirs. Apache::Util is just the module name. just like we have a bunch of Apache::Foo modules that add methods into the Apache::RequestRec namespace, without adding ::Foo to their names. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
