Typo in pod

This commit is contained in:
Xavier Guimard 2009-02-08 19:12:08 +00:00
parent b275ee2ac8
commit c5a5ba909f
2 changed files with 2 additions and 2 deletions

View File

@ -75,7 +75,7 @@ SOAP mode authentication (client) :
my $soap =
SOAP::Lite->proxy('http://auth.example.com/')
->uri('urn:/Lemonldap::NG::Common::::CGI::SOAPService');
->uri('urn:/Lemonldap::NG::Common::CGI::SOAPService');
my $r = $soap->getCookies( 'user', 'password' );
# Catch SOAP errors

View File

@ -921,7 +921,7 @@ SOAP mode authentication (client) :
my $soap =
SOAP::Lite->proxy('http://auth.example.com/')
->uri('urn:/Lemonldap::NG::Common::::CGI::SOAPService');
->uri('urn:/Lemonldap::NG::Common::CGI::SOAPService');
my $r = $soap->getCookies( 'user', 'password' );
# Catch SOAP errors