Summary: | Missing dependency on CGI::Emulate::PSGI | ||
---|---|---|---|
Product: | Koha | Reporter: | David Cook <dcook> |
Component: | Packaging | Assignee: | Galen Charlton <gmcharlt> |
Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
Severity: | minor | ||
Priority: | P5 - low | CC: | lari.taskula, mirko |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
See Also: | https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20693 | ||
Change sponsored?: | --- | Patch complexity: | --- |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: | |||
Attachments: | Bug 17421: Add Devel::Size and Plack::Middleware::Debug as Perl dependency |
Description
David Cook
2016-10-10 23:51:11 UTC
Actually, now that I'm installing dependencies, it seems like there's quite a few... CGI::Emulate::PSGI CGI::Compile Plack::Middleware::Debug Devel::Size Plack::Handler::Starman I got the same errors for Plack::Middleware::Debug and Devel::Size. Created attachment 62610 [details] [review] 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 Given the age of this bug, I think it's probably safe to close it (In reply to David Cook from comment #5) > Given the age of this bug, I think it's probably safe to close it |