X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;f=C4%2FInstaller%2FPerlDependencies.pm;h=0a888a81248bb44c8af5860ab2f08029643ba2bd;hb=9d65f665360f259ebbb532a82715c083bfc39c89;hp=8e269c65f1e782595bdf1518d9a803f89c15490d;hpb=bf2ea9b65528c208d8ec80ec19d4c77c07dc69f7;p=koha_gimpoz diff --git a/C4/Installer/PerlDependencies.pm b/C4/Installer/PerlDependencies.pm index 8e269c65f1..0a888a8124 100644 --- a/C4/Installer/PerlDependencies.pm +++ b/C4/Installer/PerlDependencies.pm @@ -17,7 +17,7 @@ our $PERL_DEPS = { 'Storable' => { 'usage' => 'Core', 'required' => '1', - 'min_ver' => '2.21' + 'min_ver' => '2.20' }, 'PDF::API2' => { 'usage' => 'Core', @@ -202,7 +202,7 @@ our $PERL_DEPS = { 'Graphics::Magick' => { 'usage' => 'Patron Card Creator Feature', 'required' => '0', - 'min_ver' => '1.3.5' + 'min_ver' => '1.3.05' }, 'MARC::Charset' => { 'usage' => 'Core', @@ -259,11 +259,6 @@ our $PERL_DEPS = { 'required' => '1', 'min_ver' => '5.43' }, - 'Date::ICal' => { - 'usage' => 'Core', - 'required' => '1', - 'min_ver' => '1.72' - }, 'MARC::Crosswalk::DublinCore' => { 'usage' => 'Core', 'required' => '1', @@ -284,11 +279,6 @@ our $PERL_DEPS = { 'required' => '1', 'min_ver' => '2.35' }, - 'HTML::Template::Pro' => { - 'usage' => 'Core', - 'required' => '1', - 'min_ver' => '0.69' - }, 'Term::ANSIColor' => { 'usage' => 'Core', 'required' => '1', @@ -389,6 +379,11 @@ our $PERL_DEPS = { 'required' => '1', 'min_ver' => '4.2' }, + 'CGI::Session::Driver::memcached' => { + 'usage' => 'Memcached Feature (Experimental)', + 'required' => '0', + 'min_ver' => '0.04', + }, 'POSIX' => { 'usage' => 'Core', 'required' => '1', @@ -448,7 +443,47 @@ our $PERL_DEPS = { 'usage' => 'Core', 'required' => '1', 'min_ver' => '2.07' - } + }, + 'YAML' => { + 'usage' => 'Core', + 'required' => '1', + 'min_ver' => '0.71' + }, + 'UNIVERSAL::require' => { + 'usage' => 'SipServer', + 'required' => '0', + 'min_ver' => '0.13', + }, + 'Net::Server' => { + 'usage' => 'SipServer', + 'required' => '0', + 'min_ver' => '0.97', + }, + 'Business::ISBN' => { + 'usage' => 'Core', + 'required' => '1', + 'min_ver' => '2.05', + }, + 'Template' => { + 'usage' => 'Core', + 'required' => '1', + 'min_ver' => '2.22', + }, + 'Gravatar::URL' => { + 'usage' => 'Photos in OPAC reviews', + 'required' => '0', + 'min_ver' => '1.03', + }, + 'Modern::Perl' => { + 'usage' => 'Core', + 'required' => '1', + 'min_ver' => '1.03', + }, + 'DateTime::Format::ICal' => { + 'usage' => 'Core', + 'required' => '1', + 'min_ver' => '0.09', + }, }; 1; @@ -468,6 +503,13 @@ A module for cataloging Koha Perl dependencies. This module's sole purpose for existence is to provide a single location to catalog all Koha Perl dependencies. New dependencies should be added to the end of the outer hash and follow the key/value pattern used in the other dependencies. +=head2 Debian + +If you change the list of dependencies, and you use Debian, please also +run the debian/update-control script and commit the modifed version of +debian/control into git as well. If you're not running Debian, don't +worry about it. + =head1 AUTHOR Chris Nighswonger @@ -483,8 +525,8 @@ This file is part of Koha. Koha is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. -You should have received a copy of the GNU General Public License along with Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, -Suite 330, Boston, MA 02111-1307 USA +You should have received a copy of the GNU General Public License along with Koha; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, +Fifth Floor, Boston, MA 02110-1301 USA. =head1 DISCLAIMER OF WARRANTY