Re: Net::SAML2 Compilation Error
Torsten Förtsch <[email protected]>
| Newsgroups | gmane.comp.apache.mod-perl |
|---|---|
| Message-ID | <[email protected]> |
On 28/05/13 09:06, Nageswara rao Gurram wrote: > I am using PerlModule Apache2::porting for debugging purpose. Oh my goodness! I have never had a look at this module before. This thing tries to be really clever. It installs an &UNIVERSAL::AUTOLOAD and overwrites CORE::GLOBAL::require. The module is short. I think if you litter it with debugging statements you may find the culprit. Torsten