[koha-commits] main Koha release repository branch master updated. v3.14.00-461-g11faf9f

Git repo owner gitmaster at git.koha-community.org
Thu Feb 20 16:36:13 CET 2014


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  11faf9fde8da48c58e853d5538a8e3bbd2ae41c5 (commit)
       via  08d15a6fd1b51435b92f1056f6735c8317636068 (commit)
      from  48298fe4942ba37f59aa42d7155552c5b61974cf (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 11faf9fde8da48c58e853d5538a8e3bbd2ae41c5
Author: Colin Campbell <colin.campbell at ptfs-europe.com>
Date:   Mon Jan 6 12:06:29 2014 +0000

    Bug 11479: Remove experimental given/when keywords
    
    Replace constructs using given and when by if/else
    feature now generates compilation warnings in 5.18
    and is liable to change behaviour.
    
    This patch:
    
    * replaces the construct with if/else
    * reformats the if branching using perltidy
      to remove the now redundant indent
    
    To test:
    
    [1] Verify that prove -v t/db_dependent/MarcModificationTemplates.t
        passes.
    
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit 08d15a6fd1b51435b92f1056f6735c8317636068
Author: Colin Campbell <colin.campbell at ptfs-europe.com>
Date:   Mon Jan 6 11:53:29 2014 +0000

    Bug 11478: Replace experimental given/when keywords
    
    The keywords given and when are flagged experimental
    in perl 5.18 and subject to change. This patch
    replaces the construct by an if/elsif
    
    To test:
    
    [1] Verify that prove -v t/SimpleMARC.t passes.
    
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

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

Summary of changes:
 C4/MarcModificationTemplates.pm |   90 ++++++++++++++++++++++-----------------
 Koha/SimpleMARC.pm              |   20 ++++-----
 2 files changed, 59 insertions(+), 51 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list