Bugzilla – Attachment 76091 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), 897 bytes, created by
Mirko Tietgen
on 2018-06-15 10:37:17 UTC
(
hide
)
Description:
Bug 20949: Koha depends on Clone
Filename:
MIME Type:
Creator:
Mirko Tietgen
Created:
2018-06-15 10:37:17 UTC
Size:
897 bytes
patch
obsolete
>From 17e0fcf1233e8870e7d5da228bc8583728f680c1 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> >--- > C4/Installer/PerlDependencies.pm | 5 +++++ > 1 file changed, 5 insertions(+) > >diff --git a/C4/Installer/PerlDependencies.pm b/C4/Installer/PerlDependencies.pm >index 130740c..4a3020e 100644 >--- a/C4/Installer/PerlDependencies.pm >+++ b/C4/Installer/PerlDependencies.pm >@@ -898,6 +898,11 @@ our $PERL_DEPS = { > required => '1', > min_ver => '0.20', > }, >+ 'Clone' => { >+ usage => 'ILL, Test suite', >+ required => '1', >+ min_ver => '0.37', >+ }, > }; > > 1; >-- >2.1.4
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