2016-02-01 17:10:03 +01:00
|
|
|
---
|
|
|
|
Build.PL | 1 -
|
|
|
|
bin/biber | 2 ++
|
2019-05-10 16:09:22 +02:00
|
|
|
2 files changed, 2 insertions(+), 1 deletion(-)
|
2016-02-01 17:10:03 +01:00
|
|
|
|
|
|
|
--- Build.PL
|
2021-04-09 20:35:30 +02:00
|
|
|
+++ Build.PL 2021-04-07 10:33:36.151418110 +0000
|
2020-04-21 16:23:53 +02:00
|
|
|
@@ -55,7 +55,6 @@ my $builder = $class->new(
|
2017-06-14 12:49:40 +02:00
|
|
|
'List::AllUtils' => 0,
|
|
|
|
'List::MoreUtils' => 0,
|
|
|
|
'List::MoreUtils::XS' => 0,
|
|
|
|
- 'Mozilla::CA' => '20160104',
|
|
|
|
'Regexp::Common' => 0,
|
|
|
|
'Log::Log4perl' => 0,
|
2021-04-09 20:35:30 +02:00
|
|
|
'Unicode::Collate' => '1.29',
|
2016-02-01 17:10:03 +01:00
|
|
|
--- bin/biber
|
2021-04-09 20:35:30 +02:00
|
|
|
+++ bin/biber 2021-04-07 10:32:14.806230488 +0000
|
|
|
|
@@ -130,6 +130,8 @@ GetOptions(
|
2016-02-01 17:10:03 +01:00
|
|
|
) or pod2usage(-verbose => 0,
|
|
|
|
-exitval => EXIT_ERROR);
|
|
|
|
|
|
|
|
+$opts->{'ssl-nointernalca'} = 1;
|
|
|
|
+
|
|
|
|
# verbose > 1 uses external perldoc, this doesn't work with PAR::Packer binaries
|
|
|
|
# so use "-noperldoc" to use built-in POD::Text
|
|
|
|
if (exists $opts->{'help'}) {
|