]> git.imager.perl.org - imager.git/commitdiff
call plan skip_all => ... instead of skip_all(...) in t102png.t
authorTony Cook <tony@develop=help.com>
Tue, 8 Sep 2009 00:17:09 +0000 (00:17 +0000)
committerTony Cook <tony@develop=help.com>
Tue, 8 Sep 2009 00:17:09 +0000 (00:17 +0000)
t/t102png.t

index afd6e88d7477473bd0ce309c583129c6a7a25fe5..98cd895ea499c5ad2fe92bc7d5d113947dc5f349 100644 (file)
@@ -7,7 +7,7 @@ use Imager::Test qw(test_image_raw);
 init_log("testout/t102png.log",1);
 
 i_has_format("png")
-  or skip_all("No png support");
+  or plan skip_all => "No png support";
 
 plan tests => 33;