Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37563547
en ru br
ALT Linux repos
S:7.0.3-alt1
5.0: 4.11-alt4
4.1: 4.11-alt3
4.0: 4.8-alt4
3.0: 4.8-alt2

Group :: Publishing
RPM: texinfo

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: texinfo-alt-perl-fix-syntax-error.patch
Download


--- texinfo/tp/Texinfo/Convert/IXIN.pm
+++ texinfo/tp/Texinfo/Convert/IXIN.pm
@@ -848,8 +848,8 @@ sub output_ixin($$)
             $blob_nr++;
             if ($extension eq 'txt') {
               binmode($filehandle, ":encoding("
-                         .$self->{'info'}->{'input_perl_encoding'}
-                if (defined($self->{'info'}->{'input_perl_encoding'});
+                         .$self->{'info'}->{'input_perl_encoding'}.")")
+                if (defined($self->{'info'}->{'input_perl_encoding'}));
             }
             my $file_content;
             if (-z $file) {
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin