@@ -, +, @@ 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. :) --- C4/Installer/PerlDependencies.pm | 5 +++++ debian/control | 2 ++ 2 files changed, 7 insertions(+) --- a/C4/Installer/PerlDependencies.pm +++ a/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; --- a/debian/control +++ a/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, --