[Koha-bugs] [Bug 19735] Move Perl deps definitions into a cpanfile

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Feb 12 14:33:31 CET 2020


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19735

--- Comment #48 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
Created attachment 98747
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=98747&action=edit
Bug 19735: Add support for max_ver

This patchset adds support for extracting 'max_ver' from the cpanfile so
we can use version ranges properly and report errors if we have modules
installed that do not fit within that version range.

Test plan:
1) Manually modify the module version of a required module in the cpanfile
   to have a max version greater than the version you have installed.
2) Run through the install proceedure and note the new warning that a
   module needs upgrade for the module in question.
3) The module should also be reported in the about page

Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list