Re: [Koha-patches] [PATCH] Enhancement [3.4] Add separate Perl module verification script

2010-02-19 Thread Galen Charlton
Hi, On Fri, Feb 19, 2010 at 2:23 AM, Chris Nighswonger cnighswon...@foundations.edu wrote: +our $PREREQ_PM = { +                    'Algorithm::CheckDigits'           = 0.50, +                    'Authen::CAS::Client'              = 0.05, Good start. In order to set the groundwork for the

[Koha-patches] [PATCH] Enhancement [3.4] Add separate Perl module verification script

2010-02-18 Thread Chris Nighswonger
From: Chris Nighswonger chris.nighswon...@gmail.com This patch moves the dependency list to C4::Installer and adds a script to check Perl modules. --- C4/Installer.pm | 91 +++ Makefile.PL | 93