]> git.koha-community.org Git - koha.git/commit
Bug 15680 - Fresh install of Koha cannot find any dependencies
authorKyle M Hall <kyle@bywatersolutions.com>
Wed, 27 Jan 2016 16:15:42 +0000 (16:15 +0000)
committerFrédéric Demians <f.demians@tamil.fr>
Thu, 11 Feb 2016 18:13:31 +0000 (19:13 +0100)
commit7ab00713f020761fe40abce1f5f4ba55f613437c
tree3a4e846eeaaa4b392a2d40b349ad3950bd1b52cb
parent4ebed3e6364a460b84073ecc3d8f3cbe4b75ab76
Bug 15680 - Fresh install of Koha cannot find any dependencies

Revert "Bug 6679 - [SIGNED-OFF] fix 2 perlcritic violations in C4/Installer/PerlModules.pm"

This reverts commit 0e356b214eb049a446a8d089d579775aa49287d7.

Fixing the evals in PerlModules.pm to pass perl critic has caused
a regression. If appears that using a block eval will not work here,
at least not in its current form.

(cherry picked from commit c2f667b4f220c5f3cfb904759b5d4bee679f1ed7)
Signed-off-by: Julian Maurice <julian.maurice@biblibre.com>
(cherry picked from commit ff73d0415fade98b79dcaa185640fff694ea80a5)
Signed-off-by: Frédéric Demians <f.demians@tamil.fr>
C4/Installer/PerlModules.pm