[koha-commits] main Koha release repository branch new/bug_8429 created. v3.08.00-1359-g827ef0e

Git repo owner gitmaster at git.koha-community.org
Fri Nov 30 23:45:23 CET 2012


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, new/bug_8429 has been created
        at  827ef0e83c594d92c2fc387760b3f0e43adfe032 (commit)

- Log -----------------------------------------------------------------
commit 827ef0e83c594d92c2fc387760b3f0e43adfe032
Author: Colin Campbell <colin.campbell at ptfs-europe.com>
Date:   Fri Jul 6 16:19:33 2012 +0100

    Bug 8429: Remove unnecessary use of Exporter from SIP/ILS
    
    All the modules in the SIP/ILS tree are objects
    The addition of calls to Exporter or hand manipulation of
    @ISA added unnecessary bloat
    Removed the "self = shift or return" idiom  as it is nonsensical
    if the method can only be called via an object.
    standardized inheritance via use parent
    added a $self = shift in a couple of places where it
    was not strictly necessary as its absence seemed to have
    misled readers in the past
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Passed-QA-by: Mason James <mtj at kohaaloha.com>
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>

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


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list