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: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
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.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/