Add Cookie::Baker::XS in recommended deps (#595)

This commit is contained in:
Xavier Guimard 2018-03-27 22:40:26 +02:00
parent 05c239790e
commit ca93445c6f
2 changed files with 2 additions and 0 deletions

1
debian/control vendored
View File

@ -288,6 +288,7 @@ Depends: ${misc:Depends},
liburi-perl,
libwww-perl
Recommends: libapache-session-browseable-perl,
libcookie-baker-xs-perl,
libdbi-perl,
libhttp-parser-xs-perl,
libjson-xs-perl,

View File

@ -32,6 +32,7 @@ WriteMakefile(
'recommends' => {
'Apache::Session::Browseable' => 0,
'Convert::Base32' => 0,
'Cookie::Baker::XS' => 0,
'DBI' => 0,
'Net::LDAP' => 0,
'SOAP::Lite' => 0,