https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17421 --- Comment #4 from Lari Taskula <lari.taskula@jns.fi> --- Created attachment 62610 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=62610&action=edit 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 -- You are receiving this mail because: You are watching all bug changes.