Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37816873
en ru br
ALT Linux repos
S:2.21-alt1
5.0: 2.01-alt2
4.1: 2.01-alt1

Group :: Development/Perl
RPM: perl-Barcode-Code128

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: Barcode-Code128-2.01-creategif.patch
Download


--- 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();
 }
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin