From 850cba33b2cbea6d1934cc8c62ddc1e05d473f1d Mon Sep 17 00:00:00 2001 From: htrgouvea Date: Mon, 1 Jul 2024 18:31:47 -0300 Subject: [PATCH] add new deps --- cpanfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cpanfile b/cpanfile index 9a21d8f..702cc00 100644 --- a/cpanfile +++ b/cpanfile @@ -3,3 +3,5 @@ requires "IO::Socket::SSL"; requires "JSON", "4.07"; requires "Try::Tiny", "0.31"; requires "Config::Simple"; +requires "Test::MockModule"; +requires "Test::MockObject"; \ No newline at end of file