[koha-commits] main Koha release repository branch 3.22.x updated. v3.22.05-76-gdce531d

Git repo owner gitmaster at git.koha-community.org
Fri Apr 22 11:54:36 CEST 2016


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, 3.22.x has been updated
       via  dce531d3d63242868edc8dd9f5332d810b0cdda4 (commit)
      from  8f4df78bd46e9e9c02f2841ef6bd1bba2bb39c6c (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 dce531d3d63242868edc8dd9f5332d810b0cdda4
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Fri Mar 18 13:31:27 2016 +0000

    Bug 16104: Remove warnings "used only once: possible typo"
    
    Since bug 11998, the following warnings are raised:
    Name "Tie::Hash::FIELDS" used only once: possible typo at /usr/share/perl/5.22/fields.pm line 135.
    Name "Cache::RemovalStrategy::LRU::FIELDS" used only once: possible typo at /usr/share/perl/5.22/fields.pm line 135.
    Name "Cache::RemovalStrategy::FIELDS" used only once: possible typo at /usr/share/perl/5.22/fields.pm line 135.
    
    It comes from the Koha::Cache
    
    103     if ( can_load( modules => { 'Cache::Memory' => undef } ) ) {
    
    Test plan:
      perl -wc C4/AuthoritiesMarc.pm
    should return green
    
    QA note: this may have an impact on performance but I have not found any other workarounds.
    
    NOTE: I applied 15870 to master, got the error (-v 2 -c 5), applied 16104,
    rebased it in front, error disappeared (still only -c 5), rebased it at the end,
    and signed off 16104.
    
    Signed-off-by: Mark Tompsett <mtompset at hotmail.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Brendan Gallagher <bredan at bywatersolutions.com>
    (cherry picked from commit 6b319a2d487257e8a08bc26af9c6b2e7fa2ece2c)
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>

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

Summary of changes:
 Koha/Cache.pm |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list