[koha-commits] main Koha release repository branch new/bug_9926 created. v3.12.00-beta1-21-g6d70af9

Git repo owner gitmaster at git.koha-community.org
Sat Mar 30 02:34:36 CET 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, new/bug_9926 has been created
        at  6d70af92f00fcc24aa6dbf5d506d0624f5689ded (commit)

- Log -----------------------------------------------------------------
commit 6d70af92f00fcc24aa6dbf5d506d0624f5689ded
Author: Mason James <mtj at kohaaloha.com>
Date:   Tue Mar 26 19:48:03 2013 +1300

    Bug 9926 - Missing perl modules in Koha
    
    To test:
    
    1) check perl syntax on file
         $ perl -cw ./misc/migration_tools/koha-svc.pl
    
         you should *not* get 'syntax OK' returned from command
    
    2) apply patch, and install File::Slurp module
          $ sudo cpanm File::Slurp
    
    3) check perl syntax on file
          $ perl -cw ./misc/migration_tools/koha-svc.pl
    
          you should now get 'syntax OK' returned from command
    
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    
    Comment: Without File:Slurp 1) complains of missing module,
    with module then sintax Ok.
    No errors.
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>
    Changed module from required to optional. The two files in which
    it is used are extraneous from the viewpoint of the average user.

commit 548845eceec03a727c1923d7fdd720b06ac7567f
Merge: 9e9cf86 06b9bb2
Author: Jared Camins-Esakov <jcamins at cpbibliography.com>
Date:   Fri Mar 29 21:29:21 2013 -0400

    Merge branch 'bug_9908' into 3.12-master

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


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list