From f1cc28fcf735c3f245b749e7d8013121d7925a94 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Mon, 31 Aug 2020 13:10:51 +0200 Subject: [PATCH] Bug 22417: Add new Net::Stomp dependency Signed-off-by: Kyle M Hall --- cpanfile | 1 + 1 file changed, 1 insertion(+) diff --git a/cpanfile b/cpanfile index 2ad54996f4..6d5ccaecf1 100644 --- a/cpanfile +++ b/cpanfile @@ -79,6 +79,7 @@ requires 'Mojolicious', '7.21'; requires 'Mojolicious::Plugin::OpenAPI', '1.15'; requires 'Net::CIDR', '0.17'; requires 'Net::Netmask', '1.9022'; +requires 'Net::Stomp', '0.57'; requires 'Net::Z3950::ZOOM', '1.16'; requires 'Number::Format', '1.52'; requires 'OpenOffice::OODoc', '2.125'; -- 2.24.1 (Apple Git-126)