[Koha-bugs] [Bug 18850] New: Clone as dependency?

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Jun 23 18:56:37 CEST 2017


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18850

            Bug ID: 18850
           Summary: Clone as dependency?
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: minor
          Priority: P5 - low
         Component: Architecture, internals, and plumbing
          Assignee: koha-bugs at lists.koha-community.org
          Reporter: veron at veron.ch
        QA Contact: testopia at bugs.koha-community.org

Clone is used by Koha but does not appear on the dependencies list 
(Home > About Koha >Perl modules)

$ git grep 'use Clone'

C4/SIP/t/02patron_info.t:use Clone qw(clone);
C4/SIP/t/03checkout.t:use Clone qw(clone);
C4/SIP/t/04patron_status.t:use Clone qw(clone);
C4/SIP/t/05block_patron.t:use Clone qw(clone);
C4/SIP/t/06patron_enable.t:use Clone qw(clone);
C4/SIP/t/07hold.t:use Clone qw(clone);
C4/SIP/t/08checkin.t:use Clone qw(clone);
C4/SIP/t/09renew.t:use Clone qw(clone);
C4/SIP/t/10renew_all.t:use Clone qw(clone);
C4/SIP/t/11item_info.t:use Clone qw(clone);

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.


More information about the Koha-bugs mailing list