[koha-commits] main Koha release repository branch new/bug_8742 created. v3.08.00-1018-g63f8cb0

Git repo owner gitmaster at git.koha-community.org
Wed Oct 10 17:00:06 CEST 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_8742 has been created
        at  63f8cb0225c9fcab75ce38209733c0f68c2a9035 (commit)

- Log -----------------------------------------------------------------
commit 63f8cb0225c9fcab75ce38209733c0f68c2a9035
Author: Mark Tompsett <mtompset at hotmail.com>
Date:   Wed Sep 12 01:25:59 2012 +0800

    Bug 8742 - Example uses perl 5.8 in Makefile.PL
    
    Changed hardcoded path for a programmatic one. Basing it on:
      grep /\/usr\/share\/perl\//, @INC;
    And doing a:
      push @version, ('/usr/share/perl/5.10') if !$version[0];
    For a reasonable default otherwise. No more references to
      /usr/share/perl/5.8
    hardcoded into the output.
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Paul Poulain <paul.poulain at biblibre.com>

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


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list