Summary: | koha_perl_deps.pl and PerlDependencies.pm don't compare $VERSION numbers correctly | ||
---|---|---|---|
Product: | Koha | Reporter: | Joe Atzberger <ohiocore> |
Component: | Installation and upgrade (command-line installer) | Assignee: | Chris Nighswonger <cnighswonger> |
Status: | RESOLVED DUPLICATE | QA Contact: | Bugs List <koha-bugs> |
Severity: | minor | ||
Priority: | P5 - low | CC: | cnighswonger, jonathan.druart, veron |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
See Also: |
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12790 https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16638 |
||
Change sponsored?: | --- | Patch complexity: | --- |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: |
Description
Joe Atzberger
2011-01-07 22:15:38 UTC
I submitted patch for Bug 12790. It displays required version numbers on the 'About page. This way we can verify the required vs. installed version numbers without diving into the scripts. The issue raised by the description is now fixed commit 80ba84159ddbdd52394984c8078263066dcc7a7b Author: Chris Cormack <chrisc@catalyst.net.nz> Date: Thu Jul 21 20:04:02 2011 +1200 Fixing missing padding on module version - 'min_ver' => '1.3.5' + 'min_ver' => '1.3.05' So it's not needed at the moment. I decrease the priority. |