From: Graham Knop Date: Mon, 17 Aug 2020 06:49:26 +0000 (+0200) Subject: remove useless test X-Git-Tag: v0.18~6 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Plugin-Session-State-Cookie.git;a=commitdiff_plain;h=50dacea227c6f6f2c2304af24784beeb857b8eb6 remove useless test --- diff --git a/t/01use.t b/t/01use.t deleted file mode 100644 index dd9d90c..0000000 --- a/t/01use.t +++ /dev/null @@ -1,4 +0,0 @@ -use strict; -use Test::More tests => 1; - -BEGIN { use_ok('Catalyst::Plugin::Session::State::Cookie') }