From: Dietmar Maurer Date: Thu, 19 Jan 2017 11:52:32 +0000 (+0100) Subject: remove libmime-base32-perl - we do not need that X-Git-Url: https://git.proxmox.com/?p=pve-common.git;a=commitdiff_plain;h=2b4582cb92982f355585e9bb0f93b2d920764252 remove libmime-base32-perl - we do not need that --- diff --git a/debian/control b/debian/control index a34538e..ffecb66 100644 --- a/debian/control +++ b/debian/control @@ -7,6 +7,6 @@ Standards-Version: 3.8.4 Package: libpve-common-perl Architecture: all -Depends: ${perl:Depends} ${misc:Depends}, libclone-perl, libdevel-cycle-perl, libwww-perl, libjson-perl, liblinux-inotify2-perl, libio-stringy-perl, liburi-perl, libstring-shellquote-perl, libnet-ip-perl, libfilesys-df-perl, libnet-dbus-perl, libmime-base32-perl, libcrypt-openssl-rsa-perl, libcrypt-openssl-random-perl +Depends: ${perl:Depends} ${misc:Depends}, libclone-perl, libdevel-cycle-perl, libwww-perl, libjson-perl, liblinux-inotify2-perl, libio-stringy-perl, liburi-perl, libstring-shellquote-perl, libnet-ip-perl, libfilesys-df-perl, libnet-dbus-perl, libcrypt-openssl-rsa-perl, libcrypt-openssl-random-perl Description: Proxmox VE base library This package contains the base library used by other Proxmox VE components. diff --git a/src/PVE/Ticket.pm b/src/PVE/Ticket.pm index 76d2ea5..68ea285 100644 --- a/src/PVE/Ticket.pm +++ b/src/PVE/Ticket.pm @@ -6,7 +6,6 @@ use warnings; use Crypt::OpenSSL::Random; use Crypt::OpenSSL::RSA; use MIME::Base64; -use MIME::Base32; #libmime-base32-perl use Digest::SHA; use Time::HiRes qw(gettimeofday);