[Perlgssapi-developer] Re: [rt.cpan.org #19524]
Brought to you by:
achimgrolms
From: Achim G. <ac...@gr...> - 2006-05-27 16:14:46
|
On Saturday 27 May 2006 17:19, Florian Ragwitz via RT wrote: > Queue: GSSAPI > Ticket <URL: http://rt.cpan.org/Ticket/Display.html?id=3D19524 > > Those tests usually get skiped unless $ENV{TEST_POD} is set and the SKIP > message tells the user that, if he wants pod testing, he needs to set > that variable. I've had a look into tho t/test.t file: The problem is the usage of gss_nt_service_name in import() what makes the test always using the DNS. (What fails if DNS it not available). I have changed that (not to use DNS),=20 tested with MIT and Heimdal,=20 commitet changes to SVN Rep. https://svn.sourceforge.net/svnroot/perlgssapi/GSSAPI/trunk Please let me know if that changes work for you, I will release GSSAPI 0.22 to CPAN if you think it works. Thank you, Achim |