From d7c4412741330e119cede76eaa6ea4f8f9b18a38 Mon Sep 17 00:00:00 2001 From: Colin Campbell Date: Wed, 2 Dec 2009 13:13:58 +0000 Subject: [PATCH] Add dependency Authen::CAS::Client Required CPAN module was missing from deoendency list Signed-off-by: Galen Charlton --- Makefile.PL | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.PL b/Makefile.PL index 2cc1108b46..8c0b2cb163 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -539,6 +539,7 @@ WriteMakefile( NO_META => 1, PREREQ_PM => { 'Algorithm::CheckDigits' => 0.50, + 'Authen::CAS::Client' => 0.05, 'Biblio::EndnoteStyle' => 0.05, 'CGI' => 3.15, 'CGI::Carp' => 1.29, -- 2.39.2