--- Barcode-Code128-2.01/lib/Barcode/Code128.pm.orig 2007-07-17 23:06:35 +0300 +++ Barcode-Code128-2.01/lib/Barcode/Code128.pm 2010-01-15 14:46:29 +0200 @@ -504,8 +504,6 @@ my($self, $text, $x, $y, $scale) = @_; croak "The gif() method of Barcode::Code128 requires the GD module" unless $GD_TYPE; - croak "The gif() method of Barcode::Code128 requires version less than 1.20 of GD" - unless defined $GD_TYPE && $GD_TYPE eq 'gif'; my $image = $self->gd_image($text, $x, $y, $scale); return $image->gif(); }