diff options
author | Ivan Kohler <ivan@freeside.biz> | 2016-04-02 13:23:37 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2016-04-02 13:23:37 -0700 |
commit | 9f913deb1cae1f9d28a531fbd4f0a2363ffe4503 (patch) | |
tree | 989cc674ae47bab2a9dbf524aa592f04e0b79bea | |
parent | 4aa8aac8e75ad9b16f70572d1bab92a9e947c58d (diff) |
add IO::Socket::SSL dep
-rw-r--r-- | debian/control | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control index 0c989733e..6b90f1720 100644 --- a/debian/control +++ b/debian/control @@ -84,10 +84,10 @@ Depends: aspell-en,gnupg,ghostscript,gsfonts,gzip,latex-xcolor, libexcel-writer-xlsx-perl,libgeo-googleearth-pluggable-perl, libhtml-mason-psgihandler-perl,libdate-simple-perl,libsnmp-perl, libemail-valid-perl,libparse-fixedlength-perl,libregexp-common-net-cidr-perl, - libio-string-perl,libnet-mac-vendor-perl,libnet-https-any-perl, + libnet-mac-vendor-perl,libnet-https-any-perl, libparams-classify-perl (>= 0.013-5.1), libarchive-zip-perl, libtry-tiny-perl, libnumber-phone-perl, libxml-libxml-simple-perl, - libxml-writer-perl + libxml-writer-perl, libio-socket-ssl-perl Suggests: libbusiness-onlinepayment-perl Description: Libraries for Freeside billing and trouble ticketing Freeside is a web-based billing and trouble ticketing application. |