a778dc57cb
OBS-URL: https://build.opensuse.org/package/show/Publishing:TeXLive/texlive?expand=0&rev=194
49 lines
1.4 KiB
Plaintext
49 lines
1.4 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 2016-01-29 09:02:36.740221776 +0000
|
|
@@ -53,7 +53,6 @@ my $builder = $class->new(
|
|
'List::AllUtils' => 0,
|
|
'List::MoreUtils' => 0,
|
|
'List::MoreUtils::XS' => 0,
|
|
- 'Mozilla::CA' => '20141217',
|
|
'Regexp::Common' => 0,
|
|
'Log::Log4perl' => 0,
|
|
'Unicode::Collate' => '1.12',
|
|
--- META.json
|
|
+++ META.json 2016-01-29 09:03:02.755699411 +0000
|
|
@@ -45,7 +45,6 @@
|
|
"List::MoreUtils" : "0",
|
|
"List::MoreUtils::XS" : "0",
|
|
"Log::Log4perl" : "0",
|
|
- "Mozilla::CA" : "20141217",
|
|
"Regexp::Common" : "0",
|
|
"Text::BibTeX" : "0.70",
|
|
"Text::Roman" : "0",
|
|
--- META.yml
|
|
+++ META.yml 2016-01-29 09:03:12.131511153 +0000
|
|
@@ -115,7 +115,6 @@ requires:
|
|
List::MoreUtils: 0
|
|
List::MoreUtils::XS: 0
|
|
Log::Log4perl: 0
|
|
- Mozilla::CA: 20141217
|
|
Regexp::Common: 0
|
|
Text::BibTeX: 0.70
|
|
Text::Roman: 0
|
|
--- bin/biber
|
|
+++ bin/biber 2016-01-29 09:09:32.127880732 +0000
|
|
@@ -93,6 +93,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'}) {
|