]> git.imager.perl.org - imager.git/commitdiff
forgot to change this one after fixing t105gif.t
authorTony Cook <tony@develop=help.com>
Mon, 30 Apr 2001 03:22:31 +0000 (03:22 +0000)
committerTony Cook <tony@develop=help.com>
Mon, 30 Apr 2001 03:22:31 +0000 (03:22 +0000)
For now I'll keep this around, but only add tests to format specific
files.

t/t10formats.t

index 05d02045e10e41ea2cac8571bed20877c23e3e34..a16f84e2dcd08f4e8b21b328aca1bf91548bdb89 100644 (file)
@@ -173,9 +173,7 @@ if (!i_has_format("gif")) {
       print "not ok 15\n";
     }
 
-    my $gifvertext = Imager::i_giflib_version();
-    $gifvertext =~ /(\d+\.\d+)/;
-    my $gifver = $1 || 0;
+    my $gifver = Imager::i_giflib_version();
     if ($gifver >= 4.0) {
       # reading with a callback
       # various sizes to make sure the buffering works