From 00e7a7b7522cbc06836af86ffb5751f76fb9c5af Mon Sep 17 00:00:00 2001 From: Ben Geels Date: Mon, 15 Oct 2018 15:55:18 +0000 Subject: [PATCH] Adding missing 'confirm' method to Channel module --- lib/Net/RabbitFoot/Channel.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Net/RabbitFoot/Channel.pm b/lib/Net/RabbitFoot/Channel.pm index f2fc6f1..5c54762 100644 --- a/lib/Net/RabbitFoot/Channel.pm +++ b/lib/Net/RabbitFoot/Channel.pm @@ -15,7 +15,7 @@ BEGIN { close declare_exchange delete_exchange declare_queue bind_queue unbind_queue purge_queue delete_queue - consume cancel get qos + consume cancel get qos confirm select_tx commit_tx rollback_tx )) { no strict 'refs';