Bugzilla – Attachment 13177 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 File::Slurp
Bug-8636-add-dependency-on-FileSlurp.patch (text/plain), 974 bytes, created by
Jared Camins-Esakov
on 2012-11-01 15:57:25 UTC
(
hide
)
Description:
Bug 8636: add dependency on File::Slurp
Filename:
MIME Type:
Creator:
Jared Camins-Esakov
Created:
2012-11-01 15:57:25 UTC
Size:
974 bytes
patch
obsolete
>From fe6e30a1e7eff52ae88878a037eb4a617014694a Mon Sep 17 00:00:00 2001 >From: Jared Camins-Esakov <jcamins@cpbibliography.com> >Date: Thu, 1 Nov 2012 11:56:40 -0400 >Subject: [PATCH] Bug 8636: add dependency on File::Slurp > >The command line scripts misc/migration_tools/koha-svc.pl and >misc/load_testing/benchmark_webservices.pl require the File::Slurp >Perl library. >--- > C4/Installer/PerlDependencies.pm | 5 +++++ > 1 file changed, 5 insertions(+) > >diff --git a/C4/Installer/PerlDependencies.pm b/C4/Installer/PerlDependencies.pm >index abd8b65..0cfdddc 100644 >--- a/C4/Installer/PerlDependencies.pm >+++ b/C4/Installer/PerlDependencies.pm >@@ -624,6 +624,11 @@ our $PERL_DEPS = { > 'required' => '0', > 'min_ver' => '2.13', > }, >+ 'File::Slurp' => { >+ 'usage' => 'Command line scripts', >+ 'required' => '0', >+ 'min_ver' => '9999.13', >+ }, > 'Moose' => { > 'usage' => 'Core', > 'required' => '0', >-- >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