From 5dcae133c18285d15fd5311c3b81d3dca280b127 Mon Sep 17 00:00:00 2001 From: Mirko Tietgen Date: Tue, 31 Jan 2017 09:09:48 +0100 Subject: [PATCH] Bug 18018 - WWW:CSRF is missing in PerlDependencies.pm WWW:CSRF is missing in PerlDependencies.pm and so libwww-csrf-perl is missing in PerlDependencies.pm missing in debian/control. This patch adds both. NOTE: Tested on top of 17111. Checked ./koha_perl_deps.pl -m -u before and after. Control file eyeballs well. git diff origin/master -- debian/control does not differ in this change. :) Signed-off-by: Mark Tompsett Signed-off-by: Jonathan Druart Signed-off-by: Mason James --- C4/Installer/PerlDependencies.pm | 5 +++++ debian/control | 2 ++ 2 files changed, 7 insertions(+) diff --git a/C4/Installer/PerlDependencies.pm b/C4/Installer/PerlDependencies.pm index 89a40189c6..723360c984 100644 --- a/C4/Installer/PerlDependencies.pm +++ b/C4/Installer/PerlDependencies.pm @@ -842,6 +842,11 @@ our $PERL_DEPS = { required => 1, min_ver => '0.28', }, + 'WWW::CSRF' => { + usage => 'Core', + required => 1, + min_ver => '1.00', + }, }; 1; diff --git a/debian/control b/debian/control index 0162022dfd..00f0ef971d 100644 --- a/debian/control +++ b/debian/control @@ -132,6 +132,7 @@ Build-Depends: libalgorithm-checkdigits-perl, libuniversal-require-perl, liburi-perl, libuuid-perl, + libwww-csrf-perl, libwww-perl, libwww-youtube-download-perl, libxml-dumper-perl, @@ -354,6 +355,7 @@ Depends: libalgorithm-checkdigits-perl, libuniversal-require-perl, liburi-perl, libuuid-perl, + libwww-csrf-perl, libwww-perl, libwww-youtube-download-perl, libxml-dumper-perl, -- 2.39.5