Bugzilla – Attachment 9908 Details for
Bug 8062
Cart email broken for non english templates
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Add Perl module dependency
0002-Bug-8062-Perl-module-dependency-Template-Plugin-Html.patch (text/plain), 861 bytes, created by
Frédéric Demians
on 2012-06-04 08:09:48 UTC
(
hide
)
Description:
Add Perl module dependency
Filename:
MIME Type:
Creator:
Frédéric Demians
Created:
2012-06-04 08:09:48 UTC
Size:
861 bytes
patch
obsolete
>From 2891151ca1b195dab2593c31bbbd762d4ab08d29 Mon Sep 17 00:00:00 2001 >From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Demians?= <f.demians@tamil.fr> >Date: Mon, 4 Jun 2012 10:06:22 +0200 >Subject: [PATCH 2/2] Bug 8062 Perl module dependency > Template::Plugin::HtmlToText > >--- > C4/Installer/PerlDependencies.pm | 7 ++++++- > 1 files changed, 6 insertions(+), 1 deletions(-) > >diff --git a/C4/Installer/PerlDependencies.pm b/C4/Installer/PerlDependencies.pm >index 8dcfd76..5814d6f 100644 >--- a/C4/Installer/PerlDependencies.pm >+++ b/C4/Installer/PerlDependencies.pm >@@ -518,7 +518,12 @@ our $PERL_DEPS = { > 'usage' => 'Core', > 'required' => '1', > 'min_ver' => '0.09', >- }, >+ }, >+ 'Template::Plugin::HtmlToText' => { >+ 'usage' => 'Core', >+ 'required' => '1', >+ 'min_ver' => '0.03', >+ }, > }; > > 1; >-- >1.7.8 >
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 8062
:
9551
|
9572
|
9875
|
9908
|
9940
|
10969