Bugzilla – Attachment 12766 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 dependency on Test::Deep
Bug-8636-Add-dependency-on-TestDeep.patch (text/plain), 1.00 KB, created by
Chris Cormack
on 2012-10-11 01:17:25 UTC
(
hide
)
Description:
Bug 8636: Add dependency on Test::Deep
Filename:
MIME Type:
Creator:
Chris Cormack
Created:
2012-10-11 01:17:25 UTC
Size:
1.00 KB
patch
obsolete
>From 18ea5991f9acee728b7f43cceae7295491cc6b1a Mon Sep 17 00:00:00 2001 >From: Jared Camins-Esakov <jcamins@cpbibliography.com> >Date: Wed, 10 Oct 2012 20:48:54 -0400 >Subject: [PATCH] Bug 8636: Add dependency on Test::Deep > >The test t/db_dependent/Koha.t uses Test::Deep to compare data >structures, but that dependency was not listed for the installer. > >Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz> >--- > C4/Installer/PerlDependencies.pm | 6 +++++- > 1 file changed, 5 insertions(+), 1 deletion(-) > >diff --git a/C4/Installer/PerlDependencies.pm b/C4/Installer/PerlDependencies.pm >index be80a9a..5cfb059 100644 >--- a/C4/Installer/PerlDependencies.pm >+++ b/C4/Installer/PerlDependencies.pm >@@ -593,7 +593,11 @@ our $PERL_DEPS = { > 'usage' => 'Core', > 'required' => '0', > 'min_ver' => '0.14', >- >+ }, >+ 'Test::Deep' => { >+ 'usage' => 'Core', >+ 'required' => '0', >+ 'min_ver' => '0.106', > }, > 'Test::YAML::Valid' => { > 'usage' => 'Core', >-- >1.7.9.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