From: Mason James Date: Thu, 21 Apr 2022 07:21:27 +0000 (+1200) Subject: Bug 28786: decrease Auth::GoogleAuth version to 1.02 X-Git-Tag: v22.05.00~430 X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=commitdiff_plain;h=11a485c54412103cc7bf61f7dd56b7c6c6b48b13;p=koha-ffzg.git Bug 28786: decrease Auth::GoogleAuth version to 1.02 https://bugs.koha-community.org/show_bug.cgi?id=28786 Signed-off-by: Fridolin Somers --- diff --git a/cpanfile b/cpanfile index 54ff3d087a..bbfd0de065 100644 --- a/cpanfile +++ b/cpanfile @@ -1,6 +1,6 @@ requires 'Algorithm::CheckDigits', '0.5'; requires 'Array::Utils', '0.5'; -requires 'Auth::GoogleAuth', '1.03'; +requires 'Auth::GoogleAuth', '1.02'; requires 'Authen::CAS::Client', '0.05'; requires 'Auth::GoogleAuth', '1.02'; requires 'Biblio::EndnoteStyle', '0.05';