diff gunzip_static.t @ 773:c877f91a71b4

Tests: style cleanup.
author Sergey Kandaurov <pluknet@nginx.com>
date Thu, 05 Nov 2015 12:53:37 +0300
parents 847ea345becb
children adc32621fb09
line wrap: on
line diff
--- a/gunzip_static.t
+++ b/gunzip_static.t
@@ -23,7 +23,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/);