Bugzilla – Attachment 11189 Details for
Bug 7368
General staff client typo omnibus
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[3.8.X] 7368 Adjustments for Perl dependencies
patch.txt (text/plain), 1.70 KB, created by
Marcel de Rooy
on 2012-07-30 10:03:06 UTC
(
hide
)
Description:
[3.8.X] 7368 Adjustments for Perl dependencies
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2012-07-30 10:03:06 UTC
Size:
1.70 KB
patch
obsolete
>From 3634c985cb115156731bde9504eb9f29762aaa16 Mon Sep 17 00:00:00 2001 >From: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >Date: Wed, 18 Jul 2012 15:03:36 +0200 >Subject: [PATCH] [3.8.X] 7368 Adjustments for Perl dependencies >Content-Type: text/plain; charset="utf-8" > >HTML::FormatText is used by Template::Plugin::HtmlToText which is called in the template for opac-sendbasket.pl. >This is not a core Perl 5.10 module. I had to install it additionally on a test server. So I am adding it to PerlDependencies. >I just picked an old version 1.23 that I still could find as min_ver. > >Changed the version information for Test::Strict too (not required, only for tests). >--- > C4/Installer/PerlDependencies.pm | 12 +++++++++--- > 1 files changed, 9 insertions(+), 3 deletions(-) > >diff --git a/C4/Installer/PerlDependencies.pm b/C4/Installer/PerlDependencies.pm >index 7db4c90..37d9756 100644 >--- a/C4/Installer/PerlDependencies.pm >+++ b/C4/Installer/PerlDependencies.pm >@@ -521,8 +521,14 @@ our $PERL_DEPS = { > }, > 'Test::Strict' => { > 'usage' => 'Core', >- 'required' => '0.14', >- } >+ 'required' => '0', >+ 'min_ver' => '0.14', >+ }, >+ 'HTML::FormatText' => { >+ 'usage' => 'Core', >+ 'required' => '1', >+ 'min_ver' => '1.23', >+ }, > }; > > 1; >@@ -545,7 +551,7 @@ end of the outer hash and follow the key/value pattern used in the other depende > =head2 Debian > > If you change the list of dependencies, and you use Debian, please also >-run the debian/update-control script and commit the modifed version of >+run the debian/update-control script and commit the modified version of > debian/control into git as well. If you're not running Debian, don't > worry about it. > >-- >1.7.7.6 >
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 7368
:
6867
|
8179
|
8925
|
9496
|
9497
|
9564
|
10191
|
10457
|
10458
|
10937
|
10939
|
10956
|
11048
|
11069
|
11189
|
11760
|
11761
|
13395
|
13443
|
13446
|
13971
|
14114
|
14115
|
14263
|
16095
|
17182
|
17183
|
17452
|
17785
|
17817
|
18400
|
18401
|
18407
|
19206
|
19208
|
19230
|
19258