2015-03-30 13:39:58 +02:00
|
|
|
---
|
|
|
|
lib/Biber/Output/base.pm | 1 +
|
|
|
|
lib/Biber/Output/bbl.pm | 1 +
|
|
|
|
lib/Biber/Output/dot.pm | 1 +
|
|
|
|
3 files changed, 3 insertions(+)
|
|
|
|
|
2013-08-08 12:11:27 +02:00
|
|
|
--- lib/Biber/Output/base.pm
|
2017-06-14 12:49:40 +02:00
|
|
|
+++ lib/Biber/Output/base.pm 2017-05-30 13:14:49.503601586 +0000
|
2016-02-01 17:10:03 +01:00
|
|
|
@@ -7,6 +7,7 @@ use Biber::Entry;
|
|
|
|
use Biber::Utils;
|
|
|
|
use Encode;
|
2013-08-08 12:11:27 +02:00
|
|
|
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
|
2017-06-14 12:49:40 +02:00
|
|
|
+++ lib/Biber/Output/bbl.pm 2017-05-30 13:19:08.950366953 +0000
|
2016-07-19 17:31:15 +02:00
|
|
|
@@ -12,6 +12,7 @@ use Biber::Utils;
|
2016-02-01 17:10:03 +01:00
|
|
|
use Encode;
|
2013-08-08 12:11:27 +02:00
|
|
|
use List::AllUtils qw( :all );
|
|
|
|
use IO::File;
|
|
|
|
+use PerlIO::encoding;
|
|
|
|
use Log::Log4perl qw( :no_extra_logdie_message );
|
2017-06-14 12:49:40 +02:00
|
|
|
use Scalar::Util qw(looks_like_number);
|
2013-08-08 12:11:27 +02:00
|
|
|
use Text::Wrap;
|
|
|
|
--- lib/Biber/Output/dot.pm
|
2017-06-14 12:49:40 +02:00
|
|
|
+++ lib/Biber/Output/dot.pm 2017-05-30 13:14:50.359610708 +0000
|
2013-08-08 12:11:27 +02:00
|
|
|
@@ -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 );
|
2016-02-01 17:10:03 +01:00
|
|
|
use Unicode::Normalize;
|
2013-08-08 12:11:27 +02:00
|
|
|
my $logger = Log::Log4perl::get_logger('main');
|