From: Mischa POSLAWSKY Date: Thu, 3 Sep 2015 16:35:42 +0000 (+0200) Subject: t/50-cgi: inline plan count in module import X-Git-Tag: 3.25~10 X-Git-Url: http://git.shiar.nl/perl/plp/.git/commitdiff_plain/3101a5b68f01e5ad27d8e28da42e43aad68a0b49 t/50-cgi: inline plan count in module import Similar to other test files. --- diff --git a/t/50-cgi.t b/t/50-cgi.t index 3ad0deb..09ebd0b 100644 --- a/t/50-cgi.t +++ b/t/50-cgi.t @@ -4,9 +4,7 @@ use warnings; use Cwd; use File::Basename qw( dirname ); use File::Spec; -use Test::More; - -plan tests => 25; +use Test::More tests => 25; use_ok('Test::PLP');