diff gunzip.t @ 773:c877f91a71b4

Tests: style cleanup.
author Sergey Kandaurov <pluknet@nginx.com>
date Thu, 05 Nov 2015 12:53:37 +0300
parents 07c600de2f90
children adc32621fb09
line wrap: on
line diff
--- a/gunzip.t
+++ b/gunzip.t
@@ -22,7 +22,7 @@ select STDERR; $| = 1;
 select STDOUT; $| = 1;
 
 eval { require IO::Compress::Gzip; };
-Test::More::plan(skip_all => "IO::Compress::Gzip not found") if $@;
+plan(skip_all => "IO::Compress::Gzip not found") if $@;
 
 my $t = Test::Nginx->new()->has(qw/http gunzip proxy gzip_static rewrite/)
 	->plan(13);