https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17421
--- Comment #4 from Lari Taskula <[email protected]> --- 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. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
