From f7ffd6bf20ac2fac596775698a64d25e8c2b3300 Mon Sep 17 00:00:00 2001 From: Wainui Witika-Park Date: Thu, 30 Oct 2025 10:52:56 +1300 Subject: [PATCH] Bug 40579: [Follow up 22.11] Add Test::NoWarnings to cpanfile Signed-off-by: wainuiwitikapark --- cpanfile | 1 + debian/control | 2 ++ 2 files changed, 3 insertions(+) diff --git a/cpanfile b/cpanfile index 9d23c4cb7f0..02ba80cc996 100644 --- a/cpanfile +++ b/cpanfile @@ -172,6 +172,7 @@ recommends 'Test::Deep', '0.106'; recommends 'Test::Exception', '0.35'; recommends 'Test::MockObject', '1.09'; recommends 'Test::MockTime', '0.13'; +recommends 'Test::NoWarnings', '1.06'; recommends 'Test::Strict', '0.14'; recommends 'Test::WWW::Mechanize', '1.42'; recommends 'Test::Warn', '0.21'; diff --git a/debian/control b/debian/control index 2010522fce0..f3fb8673cc6 100644 --- a/debian/control +++ b/debian/control @@ -139,6 +139,7 @@ Build-Depends: libalgorithm-checkdigits-perl, libtest-mockmodule-perl, libtest-mockobject-perl, libtest-mocktime-perl, + libtest-nowarnings-perl, libtest-simple-perl, libtest-strict-perl, libtest-warn-perl, @@ -380,6 +381,7 @@ Depends: libalgorithm-checkdigits-perl, libtest-mockmodule-perl, libtest-mockobject-perl, libtest-mocktime-perl, + libtest-nowarnings-perl, libtest-simple-perl, libtest-strict-perl, libtest-warn-perl, -- 2.39.5