From 3101a5b68f01e5ad27d8e28da42e43aad68a0b49 Mon Sep 17 00:00:00 2001 From: Mischa POSLAWSKY Date: Thu, 3 Sep 2015 18:35:42 +0200 Subject: [PATCH] t/50-cgi: inline plan count in module import Similar to other test files. --- t/50-cgi.t | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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'); -- 2.30.0