Bug 9734 - String::Random is marked as optional, but C4::Members requires it
authorMJ Ray <mjr@phonecoop.coop>
Thu, 28 Feb 2013 15:47:27 +0000 (15:47 +0000)
committerJared Camins-Esakov <jcamins@cpbibliography.com>
Mon, 11 Mar 2013 11:33:30 +0000 (07:33 -0400)
commit36965d7df83b25d0d484764be2271c21ed1b2f17
treea2da79c18df3a4a6308ade2a9ab181ad5a1a3b55
parent0ffaa644b9449cdcd9bebfb7eb1dfbf7b36ef70c
Bug 9734 - String::Random is marked as optional, but C4::Members requires it

jcamins confirmed on IRC it is not optional.

To test:
1) perl koha_perl_deps.pl -a |grep String::Random
2) notice the "No" in the last column - it should be Yes
3) apply patch and repeat same steps, looking for Yes.
4) prove t/Installer_PerlModules.t # which checks String::Random is required

Sponsored-by: software.coop
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com>
Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com>
C4/Installer/PerlDependencies.pm
t/Installer_PerlModules.t