On Tue, January 31, 2006 12:23 pm, Chris Ridd wrote: > On 29/1/06 6:08, Peter Marschall <[EMAIL PROTECTED]> wrote: > >> The patch given above fixes this case, but I do not know if it is the >> correct >> one for all other cases. >> I don't like it very much: it changes ASN1.pm to fix a problem that >> arises in >> ASN1/Debug.pm. I don't understand the internals of Convert::ASN1 enough >> to find a better one, but I hope Graham and Chris read this mail and ... >> ;-))) > > I think you ought to commit the change, as it obviously fixes René's bug. > Maybe we (more likely Graham) can fine tune it afterwards, but if it fixes > things already...
Sure submit it. I have never been able to figure out why use encoding caused this issue. The pragma is only supposed to tell perl that the script is written in that encoding. Why it affects modules I do not know. Graham.