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;