Summary: | Bad version of String::Random reported by koha_perl_deps.pl | ||
---|---|---|---|
Product: | Koha | Reporter: | Bernardo Gonzalez Kriegel <bgkriegel> |
Component: | Installation and upgrade (command-line installer) | Assignee: | Bernardo Gonzalez Kriegel <bgkriegel> |
Status: | CLOSED FIXED | QA Contact: | Jonathan Druart <jonathan.druart> |
Severity: | trivial | ||
Priority: | P5 - low | CC: | jonathan.druart |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | --- |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: | |||
Attachments: |
Bug 9315: Bad version of String::Random reported by koha_perl_deps.pl
Bug 9315: Bad version of String::Random reported by koha_perl_deps.pl Bug 9315: Bad version of String::Random reported by koha_perl_deps.pl |
Description
Bernardo Gonzalez Kriegel
2012-12-21 22:14:35 UTC
Created attachment 14253 [details] [review] 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 Created attachment 14276 [details] [review] 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. QA Comment: The last available version on cpan for the String::Random module is 0.22 So this patch is correct. Marked as Passed QA. Created attachment 14286 [details] [review] 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> This patch has been pushed to master. |