From 17d04a93230233eeb99a8695171d100e7b9d2cc9 Mon Sep 17 00:00:00 2001 From: Mason James Date: Thu, 21 Apr 2022 16:20:26 +1200 Subject: [PATCH] Bug 28786: add Auth::GoogleAuth module to cpanfile Signed-off-by: Fridolin Somers --- cpanfile | 1 + 1 file changed, 1 insertion(+) diff --git a/cpanfile b/cpanfile index 636e303e98..54ff3d087a 100644 --- a/cpanfile +++ b/cpanfile @@ -1,5 +1,6 @@ requires 'Algorithm::CheckDigits', '0.5'; requires 'Array::Utils', '0.5'; +requires 'Auth::GoogleAuth', '1.03'; requires 'Authen::CAS::Client', '0.05'; requires 'Auth::GoogleAuth', '1.02'; requires 'Biblio::EndnoteStyle', '0.05'; -- 2.11.0