X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;f=C4%2FInstaller%2FPerlDependencies.pm;h=eadc569386dd84ce63eb10fdd6df3fa433cdbefb;hb=03890c90ac41f66b2de04d0280e2e96a0d2e8be8;hp=8e269c65f1e782595bdf1518d9a803f89c15490d;hpb=bf2ea9b65528c208d8ec80ec19d4c77c07dc69f7;p=koha_fer diff --git a/C4/Installer/PerlDependencies.pm b/C4/Installer/PerlDependencies.pm index 8e269c65f1..eadc569386 100644 --- a/C4/Installer/PerlDependencies.pm +++ b/C4/Installer/PerlDependencies.pm @@ -448,7 +448,27 @@ 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', + }, }; 1; @@ -468,6 +488,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