[koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-905-g8f933bc

Git repo owner gitmaster at git.koha-community.org
Fri Aug 9 20:45:53 CEST 2013


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  8f933bc040e8e4198f5278253191a7a4233467ce (commit)
      from  2cbc47a871efc60ae663ecfedf59ec77dda718f4 (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 8f933bc040e8e4198f5278253191a7a4233467ce
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Fri Aug 9 18:53:20 2013 +0000

    Bug 10644: (follow-up) remove inadvertant dependence on Perl 5.14
    
    Perl 5.14 changed array and hash container functions (e.g., keys())
    to accept hashrefs or arrayrefs.  However, this doesn't work in
    Perl 5.10, so doing
    
      scalar(keys( function_returning_hashref() ) );
    
    is a syntax error in that version.  This patch changes the affected
    tests to explicitly difference the hashrefs returned by the various
    functions.
    
    To test:
    
    Verify that t/db_dependent/ClassSource.t passes.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

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

Summary of changes:
 t/db_dependent/ClassSource.t |   22 +++++++++++-----------
 1 files changed, 11 insertions(+), 11 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list