Bugzilla – Attachment 6024 Details for
Bug 7078
HTML::Template::Pro still listed as Koha dependency
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Proposed Patch
0001-Bug-7078-Remove-HTML-Template-Pro-from-Koha-perl-dep.patch (text/plain), 1.08 KB, created by
Ian Walls
on 2011-10-21 18:44:09 UTC
(
hide
)
Description:
Proposed Patch
Filename:
MIME Type:
Creator:
Ian Walls
Created:
2011-10-21 18:44:09 UTC
Size:
1.08 KB
patch
obsolete
>From d878a070c2d14d8a43dc4277625fd7c1b83f0b99 Mon Sep 17 00:00:00 2001 >From: Ian Walls <ian.walls@bywatersolutions.com> >Date: Fri, 21 Oct 2011 14:41:03 -0400 >Subject: [PATCH] Bug 7078: Remove HTML::Template::Pro from Koha perl dependencies list > >Removes HTML::Template::Pro as a requirement (since we're now on Template::Toolkit). > >To test: > >On a system without, HTML::Template::Pro installed, run perl koha_perl_deps.pl -m -u > >Shouldn't return anything about HTML::Template::Pro >--- > C4/Installer/PerlDependencies.pm | 5 ----- > 1 files changed, 0 insertions(+), 5 deletions(-) > >diff --git a/C4/Installer/PerlDependencies.pm b/C4/Installer/PerlDependencies.pm >index c201fab..5b3023c 100644 >--- a/C4/Installer/PerlDependencies.pm >+++ b/C4/Installer/PerlDependencies.pm >@@ -284,11 +284,6 @@ our $PERL_DEPS = { > 'required' => '1', > 'min_ver' => '2.35' > }, >- 'HTML::Template::Pro' => { >- 'usage' => 'Core', >- 'required' => '1', >- 'min_ver' => '0.69' >- }, > 'Term::ANSIColor' => { > 'usage' => 'Core', > 'required' => '1', >-- >1.7.4.1 >
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 7078
: 6024