t/50-cgi: inline plan count in module import
authorMischa POSLAWSKY <perl@shiar.org>
Thu, 3 Sep 2015 16:35:42 +0000 (18:35 +0200)
committerMischa POSLAWSKY <perl@shiar.org>
Mon, 14 Sep 2015 21:40:44 +0000 (23:40 +0200)
Similar to other test files.

t/50-cgi.t

index 3ad0deb40e5822cdd6885ecf1117fc5efbb76279..09ebd0b1dc1be03cb37c682fbdaed12392b3d71d 100644 (file)
@@ -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');