Bug 18850 - Clone as dependency?
Summary: Clone as dependency?
Status: RESOLVED DUPLICATE of bug 20949
Alias: None
Product: Koha
Classification: Unclassified
Component: Architecture, internals, and plumbing (show other bugs)
Version: Main
Hardware: All All
: P5 - low minor (vote)
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-06-23 16:56 UTC by Marc Véron
Modified: 2018-06-15 10:05 UTC (History)
1 user (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Marc Véron 2017-06-23 16:56:37 UTC
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);
Comment 1 Mirko Tietgen 2018-06-15 10:05:36 UTC

*** This bug has been marked as a duplicate of bug 20949 ***