Re: [Perlgssapi-developer] Fwd: Re: Uploading Modules to other peoples namespace
Brought to you by:
achimgrolms
From: Achim G. <per...@gr...> - 2006-02-06 15:30:23
|
On Monday 06 February 2006 15:26, Merijn Broeren wrote: >The biggest fix I want in is the fix I put in rt.cpan.org.=20 I think that's already in the snapshot I send to you. At the moment I don't anderstand how the black magic in the typemap file works. If it is possible to explain to stupids like me, feel free to send an explanation that I can 1. add to the documentation 2. add to my brain ;-) > and the addition of a DESTROY for the context. Corect. In my implementation I'm using the the return values of gss_release_cred(&minor, &cred);. =46rom my point of view the constructor should warn or die if something goes wrong with gss_release_cred() just to indicate that the using Application has real problems... What do you think? |