Bug 14939: Remove the Capture::Tiny dependency
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Thu, 10 Dec 2015 12:56:44 +0000 (12:56 +0000)
committerKyle M Hall <kyle@bywatersolutions.com>
Thu, 31 Dec 2015 15:15:35 +0000 (15:15 +0000)
commit7c68fb26737206c4fae05e2841a0439038512cca
tree7e6553706ed45bec39b9d65da170ba5d443c3a71
parent00bb0b6d57f418f51c595eea33cd9da264481eb7
Bug 14939: Remove the Capture::Tiny dependency

It's possible to redirect the std output to a variable, it will avoid to
add this new dependency.

Signed-off-by: Frédéric Demians <f.demians@tamil.fr>
  OK. + code factorisation with a function call.

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
C4/Installer/PerlDependencies.pm
t/db_dependent/OAI/Server.t