Bugzilla – Attachment 24426 Details for
Bug 9579
Facets truncation broken for multi-byte characters
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 9579: (followup) add dependency for String::Multibyte
0002-Bug-9579-followup-add-dependency-for-String-Multibyt.patch (text/plain), 836 bytes, created by
Tomás Cohen Arazi (tcohen)
on 2014-01-15 19:59:32 UTC
(
hide
)
Description:
Bug 9579: (followup) add dependency for String::Multibyte
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2014-01-15 19:59:32 UTC
Size:
836 bytes
patch
obsolete
>From 5dec8f9b438ae6ff3cb62d630b5e27f65771037a Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@gmail.com> >Date: Wed, 15 Jan 2014 16:55:46 -0300 >Subject: [PATCH 2/2] Bug 9579: (followup) add dependency for String::Multibyte > >Just that. > >Regards >To+ > >Sponsored-by: Universidad Nacional de Cordoba >--- > C4/Installer/PerlDependencies.pm | 5 +++++ > 1 file changed, 5 insertions(+) > >diff --git a/C4/Installer/PerlDependencies.pm b/C4/Installer/PerlDependencies.pm >index 9b4b3b6..a539359 100644 >--- a/C4/Installer/PerlDependencies.pm >+++ b/C4/Installer/PerlDependencies.pm >@@ -704,6 +704,11 @@ our $PERL_DEPS = { > 'required' => '0', > 'min_ver' => '0.73', > }, >+ 'String::Multibyte' => { >+ 'usage' => 'Core', >+ 'required' => '1', >+ 'min_ver' => '1.10', >+ }, > }; > > 1; >-- >1.8.3.2 >
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 9579
:
15202
|
15259
|
16942
|
16953
|
24425
|
24426
|
24430
|
24684
|
24725
|
24959