Bugzilla – Attachment 62610 Details for
Bug 17421
Missing dependency on CGI::Emulate::PSGI
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 17421: Add Devel::Size and Plack::Middleware::Debug as Perl dependency
Bug-17421-Add-DevelSize-and-PlackMiddlewareDebug-a.patch (text/plain), 1.66 KB, created by
Lari Taskula
on 2017-04-24 14:44:22 UTC
(
hide
)
Description:
Bug 17421: Add Devel::Size and Plack::Middleware::Debug as Perl dependency
Filename:
MIME Type:
Creator:
Lari Taskula
Created:
2017-04-24 14:44:22 UTC
Size:
1.66 KB
patch
obsolete
>From 207e417cb06bc07b6893887d0e6a67545097b466 Mon Sep 17 00:00:00 2001 >From: Lari Taskula <lari.taskula@jns.fi> >Date: Mon, 24 Apr 2017 14:30:35 +0000 >Subject: [PATCH] Bug 17421: Add Devel::Size and Plack::Middleware::Debug as > Perl dependency > >After fresh install, starting Plack throws the following errors: > >Error while loading /home/koha/Koha/misc/plack/plack.psgi: Can't locate >Devel/Size.pm in @INC (you may need to install the Devel::Size module) > >Error while loading /home/koha/Koha/misc/plack/plack.psgi: Can't locate >Plack/Middleware/Debug.pm in @INC (you may need to install the >Plack::Middleware::Debug module) > >This patch adds Devel::Size and Plack::Middleware::Debug to Perl dependencies. > >sudo cpanm Devel::Size >sudo cpanm Plack::Middleware::Debug >--- > C4/Installer/PerlDependencies.pm | 10 ++++++++++ > 1 file changed, 10 insertions(+) > >diff --git a/C4/Installer/PerlDependencies.pm b/C4/Installer/PerlDependencies.pm >index a9e0ba9..04fdacd 100644 >--- a/C4/Installer/PerlDependencies.pm >+++ b/C4/Installer/PerlDependencies.pm >@@ -14,6 +14,11 @@ our $PERL_DEPS = { > 'required' => '1', > 'min_ver' => '0.14' > }, >+ 'Plack::Middleware::Debug' => { >+ 'usage' => 'Plack', >+ 'required' => '1', >+ 'min_ver' => '0.16' >+ }, > 'XML::LibXSLT' => { > 'usage' => 'Core', > 'required' => '1', >@@ -762,6 +767,11 @@ our $PERL_DEPS = { > 'required' => '0', > 'min_ver' => '0.89', > }, >+ 'Devel::Size' => { >+ 'usage' => 'Test code coverage', >+ 'required' => '1', >+ 'min_ver' => '0.77', >+ }, > 'Log::Log4perl' => { > 'usage' => 'Core', > 'required' => '1', >-- >2.7.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 17421
: 62610