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
|
2015-03-30 13:39:58 +02:00
|
|
|
+++ lib/Biber/Output/base.pm 2013-08-08 09:42:55.000000000 +0000
|
2013-08-08 12:11:27 +02:00
|
|
|
@@ -5,6 +5,7 @@ use warnings;
|
|
|
|
|
|
|
|
use Biber::Entry;
|
|
|
|
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
|
2015-03-30 13:39:58 +02:00
|
|
|
+++ lib/Biber/Output/bbl.pm 2013-08-08 09:43:01.000000000 +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 );
|
|
|
|
use Text::Wrap;
|
|
|
|
$Text::Wrap::columns = 80;
|
|
|
|
--- lib/Biber/Output/dot.pm
|
2015-03-30 13:39:58 +02:00
|
|
|
+++ lib/Biber/Output/dot.pm 2013-08-08 09:43:07.000000000 +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 );
|
|
|
|
my $logger = Log::Log4perl::get_logger('main');
|
|
|
|
|