Bugzilla – Attachment 76857 Details for
Bug 20949
Koha depends on Clone
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 20949: Koha depends on Clone
Bug-20949-Koha-depends-on-Clone.patch (text/plain), 1013 bytes, created by
Chris Cormack
on 2018-07-11 01:59:30 UTC
(
hide
)
Description:
Bug 20949: Koha depends on Clone
Filename:
MIME Type:
Creator:
Chris Cormack
Created:
2018-07-11 01:59:30 UTC
Size:
1013 bytes
patch
obsolete
>From cbc961a2f5ddc80b581059fcaade4371751e7aee Mon Sep 17 00:00:00 2001 >From: Mirko Tietgen <mirko@abunchofthings.net> >Date: Fri, 15 Jun 2018 12:10:19 +0200 >Subject: [PATCH] Bug 20949: Koha depends on Clone > >Clone was not declared a dependency before. It used to be a dependency >of Hash::Merge but isn't in the recent version. > >Signed-off-by: Mirko Tietgen <mirko@abunchofthings.net> > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz> >--- > C4/Installer/PerlDependencies.pm | 5 +++++ > 1 file changed, 5 insertions(+) > >diff --git a/C4/Installer/PerlDependencies.pm b/C4/Installer/PerlDependencies.pm >index eef0401ce4..73721a640d 100644 >--- a/C4/Installer/PerlDependencies.pm >+++ b/C4/Installer/PerlDependencies.pm >@@ -903,6 +903,11 @@ our $PERL_DEPS = { > required => '1', > min_ver => '0.17' > }, >+ 'Clone' => { >+ usage => 'ILL, Test suite', >+ required => '1', >+ min_ver => '0.37', >+ }, > }; > > 1; >-- >2.18.0
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 20949
:
76091
|
76092
|
76643
|
76644
|
76773
|
76774
| 76857 |
76858