From a3ddf8a6463d9eada32ccc423065d7b12bddd355 Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Thu, 26 Apr 2018 17:30:56 +0100 Subject: [PATCH] Removed redundant import in the examples/hello.t --- examples/hello.t | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/hello.t b/examples/hello.t index 84f2962..8dcb696 100644 --- a/examples/hello.t +++ b/examples/hello.t @@ -2,7 +2,6 @@ package Hello; use Test2::Tools::xUnit; use Test2::V0; -use Moo; my $package_variable;