Bug 9315: Bad version of String::Random reported by koha_perl_deps.pl
commit1f50a30b03abe8c6055d75012b0e425e1ef75ad3
authorBernardo Gonzalez Kriegel <bgkriegel@gmail.com>
Fri, 21 Dec 2012 22:22:45 +0000 (21 19:22 -0300)
committerJared Camins-Esakov <jcamins@cpbibliography.com>
Thu, 27 Dec 2012 15:16:34 +0000 (27 10:16 -0500)
treeb80a6304e038e0a310bda29515f4e13a1439f7c1
parent5d7b5533f1565a55ff269fd82690a71a697901f1
Bug 9315: Bad version of String::Random reported by koha_perl_deps.pl

This patch fixes version number of String::Random as reported by
koha_perl_deps.pl

To test (on master)
1) run perl koha_perl_deps.pl -u, it will show as required String::Random version 1.4
2) apply the patch
3) run koha_perl_deps.pl -u, it will show (or not) as required String::Random version 0.22

Signed-off-by: Owen Leonard <oleonard@myacpl.org>
Patch works correctly according to the test plan.

Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com>
Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com>
C4/Installer/PerlDependencies.pm