Bugzilla – Attachment 14276 Details for
Bug 9315
Bad version of String::Random reported by koha_perl_deps.pl
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 9315: Bad version of String::Random reported by koha_perl_deps.pl
Bug-9315-Bad-version-of-StringRandom-reported-by-k.patch (text/plain), 1.18 KB, created by
Owen Leonard
on 2012-12-26 17:09:21 UTC
(
hide
)
Description:
Bug 9315: Bad version of String::Random reported by koha_perl_deps.pl
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2012-12-26 17:09:21 UTC
Size:
1.18 KB
patch
obsolete
>From b14426f8f6f50304ac8a727ac5b53d8ef14e302b Mon Sep 17 00:00:00 2001 >From: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com> >Date: Fri, 21 Dec 2012 19:22:45 -0300 >Subject: [PATCH] Bug 9315: Bad version of String::Random reported by > koha_perl_deps.pl >Content-Type: text/plain; charset="utf-8" > >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. >--- > C4/Installer/PerlDependencies.pm | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/C4/Installer/PerlDependencies.pm b/C4/Installer/PerlDependencies.pm >index 16144f9..41fa8db 100644 >--- a/C4/Installer/PerlDependencies.pm >+++ b/C4/Installer/PerlDependencies.pm >@@ -632,7 +632,7 @@ our $PERL_DEPS = { > 'String::Random' => { > 'usage' => 'OpacSelfRegistration', > 'required' => '0', >- 'min_ver' => '1.4', >+ 'min_ver' => '0.22', > }, > }; > >-- >1.7.9.5
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 9315
:
14253
|
14276
|
14286