[Koha-bugs] [Bug 9734] String::Random is marked as optional, but C4::Members requires it

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Mar 1 16:56:34 CET 2013


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9734

--- Comment #3 from Kyle M Hall <kyle at bywatersolutions.com> ---
Created attachment 15804
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=15804&action=edit
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 at bywatersolutions.com>

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list