From c50cfe78b3ea571b0fd90cec50aea18af78d5ec0 Mon Sep 17 00:00:00 2001 From: Tony Cook Date: Thu, 31 Aug 2006 13:27:19 +0000 Subject: [PATCH] skip the loop tests with older (un)giflibs --- t/t105gif.t | 3 +++ 1 file changed, 3 insertions(+) diff --git a/t/t105gif.t b/t/t105gif.t index b6f7366f..17f16604 100644 --- a/t/t105gif.t +++ b/t/t105gif.t @@ -646,7 +646,10 @@ EOS cmp_ok($res->errstr, "=~", 'page 3 not found', "check error message"); } +SKIP: { + skip("gif_loop not supported on giflib before 4.1", 6) + unless $gifver >= 4.1; # testing writing the loop extension my $im1 = Imager->new(xsize => 100, ysize => 100); $im1->box(filled => 1, color => '#FF0000'); -- 2.39.5