Bugzilla – Attachment 53674 Details for
Bug 16971
Missing dependency for HTML::Entities
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 16971: Missing dependency for HTML::Entities
Bug-16971-Missing-dependency-for-HTMLEntities.patch (text/plain), 1.36 KB, created by
Marcel de Rooy
on 2016-07-25 10:36:01 UTC
(
hide
)
Description:
Bug 16971: Missing dependency for HTML::Entities
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2016-07-25 10:36:01 UTC
Size:
1.36 KB
patch
obsolete
>From b0e6c1d44170ac5df8340877c3df737475a5722c Mon Sep 17 00:00:00 2001 >From: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >Date: Fri, 22 Jul 2016 11:48:21 +0200 >Subject: [PATCH] Bug 16971: Missing dependency for HTML::Entities >Content-Type: text/plain; charset=utf-8 > >This module is already used in opac-password-recovery.pl. >It is loaded in Acquisition, but not used (anymore?). >It is not yet listed in PerlDependencies. > >Note: The module is packaged for Debian Wheezy and Jessie. > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >--- > C4/Acquisition.pm | 1 - > C4/Installer/PerlDependencies.pm | 5 +++++ > 2 files changed, 5 insertions(+), 1 deletion(-) > >diff --git a/C4/Acquisition.pm b/C4/Acquisition.pm >index 6894cb4..45554da 100644 >--- a/C4/Acquisition.pm >+++ b/C4/Acquisition.pm >@@ -39,7 +39,6 @@ use MARC::Field; > use MARC::Record; > > use Time::localtime; >-use HTML::Entities; > > use vars qw(@ISA @EXPORT); > >diff --git a/C4/Installer/PerlDependencies.pm b/C4/Installer/PerlDependencies.pm >index db9cd7c..2e76388 100644 >--- a/C4/Installer/PerlDependencies.pm >+++ b/C4/Installer/PerlDependencies.pm >@@ -812,6 +812,11 @@ our $PERL_DEPS = { > 'required' => '1', > 'min_ver' => '3.0', > }, >+ 'HTML::Entities' => { >+ usage => 'Core', >+ required => 1, >+ min_ver => '3.69', # same for Wheezy/Jessie >+ }, > }; > > 1; >-- >1.7.10.4
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 16971
:
53674
|
53697
|
53698