14 May
2014
14 May
'14
10:58 p.m.
Hi to all, in C4/Installer/PerlDependencies.pm the module MARC::Record is set to 2.0.6. 470 'MARC::Record' => { 471 'usage' => 'Core', 472 'required' => '1', 473 'min_ver' => '2.0.6' 474 }, In fact we need it (see bug 11096) But this is not the version of the module in debian stable (it is present in debian ustable). And it is a mandatory module. The situation now is the everyone wants to install Koha 'master' version needs to install it by CPAN. I suggest we can use a more complex setup of repository, inset MARC::Record in our Koha repo and use 'pinning', https://wiki.debian.org/AptPreferences to prefear our repo (or jessie) instead of whezzy stable. Bye Zeno Tajoli