diff --git a/debian/control b/debian/control index 5ceee5b..7fa977e 100644 --- a/debian/control +++ b/debian/control @@ -18,8 +18,8 @@ Depends: libjson-perl, liblog-log4perl-perl, libngcp-api-client-perl, - libossp-uuid-perl, libreadonly-perl, + libuuid-perl, sipsak (>= 0.9.6+git20160713), ${misc:Depends}, ${perl:Depends}, diff --git a/vmnotify b/vmnotify index 9564fd2..c1c504d 100755 --- a/vmnotify +++ b/vmnotify @@ -16,7 +16,7 @@ use Readonly; use Config::Any; use Sys::Syslog qw(:DEFAULT :macros setlogsock); use IO::Socket; -use Data::UUID; +use UUID; use Data::Dumper; use HTTP::Request; use LWP::UserAgent; @@ -107,7 +107,7 @@ sub log_syslog { sub gen_callid { my $self = shift; - return Data::UUID->create_str(); + return UUID::uuid(); } sub gen_branchid {