LWP-Authen-Negotiate version 0.03
=================================

LWP::Authen::Negotiate
ist a authentication plugin for LWP.
Just install the module,
LWP uses it as a plugin.

To see what ist going on add

use LWP::Debug qw(+);

to yor LWP using Scripts.

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

DEPENDENCIES

This module requires these other modules and libraries:


MIME::Base64 "2.12";
GSSAPI 0.18


SUPPORT
<http://perlgssapi.sourceforge.net/>

COPYRIGHT AND LICENCE


Copyright (C) 2006 by Achim Grolms <perl@grolmsnet.de>



This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself, either Perl version 5.8.4 or,
at your option, any later version of Perl 5 you may have available.


