Bugzilla – Attachment 11589 Details for
Bug 8636
Some dependencies are not listed by the installer
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 8636: Add missing dependencies
Bug-8636-Add-missing-dependencies.patch (text/plain), 1.23 KB, created by
Jared Camins-Esakov
on 2012-08-13 22:19:17 UTC
(
hide
)
Description:
Bug 8636: Add missing dependencies
Filename:
MIME Type:
Creator:
Jared Camins-Esakov
Created:
2012-08-13 22:19:17 UTC
Size:
1.23 KB
patch
obsolete
>From d054faae58d350dc59b1f48486bec37de3795519 Mon Sep 17 00:00:00 2001 >From: Jared Camins-Esakov <jcamins@cpbibliography.com> >Date: Mon, 13 Aug 2012 18:16:27 -0400 >Subject: [PATCH] Bug 8636: Add missing dependencies >Content-Type: text/plain; charset="UTF-8" > >Cache::Memcached::Fast is used for caching >Test::YAML::Valid is used for tests >--- > C4/Installer/PerlDependencies.pm | 10 ++++++++++ > 1 files changed, 10 insertions(+), 0 deletions(-) > >diff --git a/C4/Installer/PerlDependencies.pm b/C4/Installer/PerlDependencies.pm >index a9c68a8..581000b 100644 >--- a/C4/Installer/PerlDependencies.pm >+++ b/C4/Installer/PerlDependencies.pm >@@ -249,6 +249,11 @@ our $PERL_DEPS = { > 'required' => '0', > 'min_ver' => '0.03' > }, >+ 'Cache::Memcached::Fast' => { >+ 'usage' => 'Caching', >+ 'required' => '0', >+ 'min_ver' => '0.17' >+ }, > 'CHI' => { > 'usage' => 'Caching', > 'required' => '0', >@@ -580,6 +585,11 @@ our $PERL_DEPS = { > 'min_ver' => '0.14', > > }, >+ 'Test::YAML::Valid' => { >+ 'usage' => 'Core', >+ 'required' => '1', >+ 'min_ver' => '0.04', >+ }, > 'Text::Unaccent' => { > 'usage' => 'Core', > 'required' => '1', >-- >1.7.2.5
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 8636
:
11589
|
11598
|
11737
|
11883
|
12765
|
12766
|
13013
|
13029
|
13164
|
13177