From c5a5ba909f11f96b28140c10da5e0395ee75d6de Mon Sep 17 00:00:00 2001 From: Xavier Guimard Date: Sun, 8 Feb 2009 19:12:08 +0000 Subject: [PATCH] Typo in pod --- modules/lemonldap-ng-portal/lib/Lemonldap/NG/Portal.pm | 2 +- modules/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Simple.pm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/lemonldap-ng-portal/lib/Lemonldap/NG/Portal.pm b/modules/lemonldap-ng-portal/lib/Lemonldap/NG/Portal.pm index 9bf11922f..55a984f9c 100644 --- a/modules/lemonldap-ng-portal/lib/Lemonldap/NG/Portal.pm +++ b/modules/lemonldap-ng-portal/lib/Lemonldap/NG/Portal.pm @@ -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 diff --git a/modules/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Simple.pm b/modules/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Simple.pm index b62a96354..490914648 100644 --- a/modules/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Simple.pm +++ b/modules/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Simple.pm @@ -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