forked from pool/texlive
7e82b3236d
OBS-URL: https://build.opensuse.org/package/show/Publishing:TeXLive/texlive?expand=0&rev=248
49 lines
1.5 KiB
Plaintext
49 lines
1.5 KiB
Plaintext
---
|
|
Build.PL | 1 -
|
|
META.json | 1 -
|
|
META.yml | 1 -
|
|
bin/biber | 2 ++
|
|
4 files changed, 2 insertions(+), 3 deletions(-)
|
|
|
|
--- Build.PL
|
|
+++ Build.PL 2017-05-30 13:22:55.692794072 +0000
|
|
@@ -54,7 +54,6 @@ my $builder = $class->new(
|
|
'List::AllUtils' => 0,
|
|
'List::MoreUtils' => 0,
|
|
'List::MoreUtils::XS' => 0,
|
|
- 'Mozilla::CA' => '20160104',
|
|
'Regexp::Common' => 0,
|
|
'Log::Log4perl' => 0,
|
|
'Unicode::Collate' => '1.18',
|
|
--- META.json
|
|
+++ META.json 2017-05-30 13:23:19.305046965 +0000
|
|
@@ -49,7 +49,6 @@
|
|
"List::MoreUtils" : "0",
|
|
"List::MoreUtils::XS" : "0",
|
|
"Log::Log4perl" : "0",
|
|
- "Mozilla::CA" : "20160104",
|
|
"Regexp::Common" : "0",
|
|
"Sort::Key" : "0",
|
|
"Text::BibTeX" : "0.76",
|
|
--- META.yml
|
|
+++ META.yml 2017-05-30 13:23:28.101141166 +0000
|
|
@@ -94,7 +94,6 @@ requires:
|
|
List::MoreUtils: '0'
|
|
List::MoreUtils::XS: '0'
|
|
Log::Log4perl: '0'
|
|
- Mozilla::CA: '20160104'
|
|
Regexp::Common: '0'
|
|
Sort::Key: '0'
|
|
Text::BibTeX: '0.76'
|
|
--- bin/biber
|
|
+++ bin/biber 2017-05-30 13:22:13.032337114 +0000
|
|
@@ -112,6 +112,8 @@ GetOptions(
|
|
) 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'}) {
|