[koha-commits] main Koha release repository branch 3.20.x updated. v3.20.05-59-ga7f6d82

Git repo owner gitmaster at git.koha-community.org
Sun Nov 29 22:12:45 CET 2015


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.20.x has been updated
       via  a7f6d8238ea42bbf30a41126f608d814d03e530d (commit)
      from  9d691b2a85d494b66352d2d3de05480fe170fd89 (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 a7f6d8238ea42bbf30a41126f608d814d03e530d
Author: Colin Campbell <colin.campbell at ptfs-europe.com>
Date:   Thu Nov 19 12:15:34 2015 +0000

    Bug 15215: Remove warning due to misuse of UNIVERSAL
    
    Calling UNIVERSAL's internal methods will cause a depreciation
    warning in perls less that 5.22 as of 5.22 the warning is a fatal
    error causing compilation to abort
    
    Replace the use UNIVERSAL with UNIVERSAL::can to work around the
    buggy construct perldoc UNIVERSAL::can for more info
    
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    No more worning/error
    No qa errors
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    (cherry picked from commit d69b6c048077fc028941870d1912b325076800c1)
    Signed-off-by: Frédéric Demians <f.demians at tamil.fr>

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

Summary of changes:
 C4/Installer/PerlDependencies.pm |    5 +++++
 C4/SIP/Sip/MsgType.pm            |    2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list