[koha-commits] main Koha release repository branch master updated. v16.11.00-453-g2b9662e

Git repo owner gitmaster at git.koha-community.org
Fri Feb 17 13:21:21 CET 2017


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "main Koha release repository".

The branch, master has been updated
       via  2b9662e0ca87f6344a8edb9093e06c811295df6c (commit)
      from  87dacffdf3e3a2371720269af22a5de90d3f90fc (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 2b9662e0ca87f6344a8edb9093e06c811295df6c
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Jan 25 11:33:43 2017 +0100

    Bug 17990: Refactor Perl module versions check
    
    The code is duplicated, variable are not set ($_), code is hard to read,
    not covered by tests and the subroutine has 2 completely different
    behaviors depending on the presence of the "module" parameter.
    No need more ti rewrite it.
    
    Test plan:
    - Use koha_perl_deps.pl with the different options (-u -m -a -i)
    - Go on the about page, "Perl modules" tab
    
    You should not see any differences from before and after this patch
    
    Signed-off-by: David Cook <dcook at prosentient.com.au>
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

-----------------------------------------------------------------------

Summary of changes:
 C4/Installer/PerlModules.pm |   84 ++++++++++++++++++++++---------------------
 about.pl                    |    2 +-
 installer/install.pl        |    2 +-
 koha_perl_deps.pl           |    2 +-
 t/Installer_PerlModules.t   |   50 +++++++++++++++++++-------
 t/Installer_pm.t            |    6 ++--
 6 files changed, 86 insertions(+), 60 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list