From c53bdf0edc042819323cf60d4948bfce04fabb2d Mon Sep 17 00:00:00 2001 From: Xavier Guimard Date: Sun, 2 May 2010 13:30:04 +0000 Subject: [PATCH] Little error --- modules/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/_SAML.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/_SAML.pm b/modules/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/_SAML.pm index 968c3db53..ac83d383e 100644 --- a/modules/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/_SAML.pm +++ b/modules/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/_SAML.pm @@ -14,9 +14,9 @@ use LWP::UserAgent; # SOAP call use HTTP::Request; # SOAP call use POSIX; # Convert SAML2 date into timestamp use Encode; # Encode attribute values -use Date::Format +use Date::Format; - our $VERSION = '0.01'; +our $VERSION = '0.01'; our $_samlCache; BEGIN {