Skip to content

Commit

Permalink
Bug 9315: Bad version of String::Random reported by koha_perl_deps.pl
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
bgkriegel authored and jcamins committed Dec 27, 2012
1 parent 5d7b553 commit 1f50a30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion C4/Installer/PerlDependencies.pm
Expand Up @@ -632,7 +632,7 @@ our $PERL_DEPS = {
'String::Random' => {
'usage' => 'OpacSelfRegistration',
'required' => '0',
'min_ver' => '1.4',
'min_ver' => '0.22',
},
};

Expand Down

0 comments on commit 1f50a30

Please sign in to comment.