forked from pool/texlive
df867d8099
around boo#1228342 and enable build with GCC 14 on 32bit architectures. I plan to not to close the bug and keep an eye on the package and remove the flag when it hopefully becomes unnecessary in the future. If the request is OK, please forward it to Factory too so that we can switch the default compiler. Thanks! OBS-URL: https://build.opensuse.org/package/show/Publishing:TeXLive/texlive?expand=0&rev=478
37 lines
1.1 KiB
Plaintext
37 lines
1.1 KiB
Plaintext
---
|
|
lib/Biber/Output/base.pm | 1 +
|
|
lib/Biber/Output/bbl.pm | 1 +
|
|
lib/Biber/Output/dot.pm | 1 +
|
|
3 files changed, 3 insertions(+)
|
|
|
|
--- lib/Biber/Output/base.pm
|
|
+++ lib/Biber/Output/base.pm 2017-05-30 13:14:49.503601586 +0000
|
|
@@ -7,6 +7,7 @@ use Biber::Entry;
|
|
use Biber::Utils;
|
|
use Encode;
|
|
use IO::File;
|
|
+use PerlIO::encoding;
|
|
use Text::Wrap;
|
|
$Text::Wrap::columns = 80;
|
|
use Log::Log4perl qw( :no_extra_logdie_message );
|
|
--- lib/Biber/Output/bbl.pm
|
|
+++ lib/Biber/Output/bbl.pm 2017-05-30 13:19:08.950366953 +0000
|
|
@@ -12,6 +12,7 @@ use Biber::Utils;
|
|
use Encode;
|
|
use List::AllUtils qw( :all );
|
|
use IO::File;
|
|
+use PerlIO::encoding;
|
|
use Log::Log4perl qw( :no_extra_logdie_message );
|
|
use Scalar::Util qw(looks_like_number);
|
|
use Text::Wrap;
|
|
--- lib/Biber/Output/dot.pm
|
|
+++ lib/Biber/Output/dot.pm 2017-05-30 13:14:50.359610708 +0000
|
|
@@ -10,6 +10,7 @@ use Biber::Entry;
|
|
use Biber::Utils;
|
|
use List::AllUtils qw( :all );
|
|
use IO::File;
|
|
+use PerlIO::encoding;
|
|
use Log::Log4perl qw( :no_extra_logdie_message );
|
|
use Unicode::Normalize;
|
|
my $logger = Log::Log4perl::get_logger('main');
|