From 57802816c2a9ccb5a3af06e9513a94b0e70d76f9 Mon Sep 17 00:00:00 2001 From: Graham Knop Date: Tue, 3 Jan 2023 04:16:01 +0100 Subject: [PATCH] drop unused prereq Test::Deep Test::Deep was imported in several tests, but none of its functions were actually being used. --- t/local_package.t | 1 - t/metadb.t | 1 - t/mirror.t | 1 - t/mux-ordered.t | 1 - 4 files changed, 4 deletions(-) diff --git a/t/local_package.t b/t/local_package.t index b464534..7ac80ca 100644 --- a/t/local_package.t +++ b/t/local_package.t @@ -3,7 +3,6 @@ use strict; use warnings; use Test::More 0.96; use Test::FailWarnings; -use Test::Deep '!blessed'; use Test::Fatal; use Cwd qw/getcwd/; diff --git a/t/metadb.t b/t/metadb.t index 7d418c3..6b11cf2 100644 --- a/t/metadb.t +++ b/t/metadb.t @@ -3,7 +3,6 @@ use strict; use warnings; use Test::More 0.96; use Test::FailWarnings; -use Test::Deep '!blessed'; use Test::Fatal; use Cwd qw/getcwd/; diff --git a/t/mirror.t b/t/mirror.t index 18f6ae3..7eaf30f 100644 --- a/t/mirror.t +++ b/t/mirror.t @@ -3,7 +3,6 @@ use strict; use warnings; use Test::More 0.96; use Test::FailWarnings; -use Test::Deep '!blessed'; use Test::Fatal; use Cwd qw/getcwd/; diff --git a/t/mux-ordered.t b/t/mux-ordered.t index 054f927..57c286c 100644 --- a/t/mux-ordered.t +++ b/t/mux-ordered.t @@ -3,7 +3,6 @@ use strict; use warnings; use Test::More 0.96; use Test::FailWarnings; -use Test::Deep '!blessed'; use Test::Fatal; use Cwd qw/getcwd/; use File::Temp;