From 06d7f3458bcea9f5fce9e3d5f9dbadb8e0264605 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. --- 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 89a4018..723360c 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 0162022..00f0ef9 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.9.3