http://qs321.pair.com?node_id=410781


in reply to make test error installing Net::Ident

Looking at the code in the module, it has some issues. The function _export_hooks() is called as the module is loaded. The call for the function is, however, well before the declaration for the function.

So, its nothing your doing wrong, its just the module. To fix it, you could remove the prototype off of _export_hooks().