--- Build.PL | 1 - META.json | 1 - META.yml | 1 - bin/biber | 2 ++ 4 files changed, 2 insertions(+), 3 deletions(-) --- Build.PL +++ Build.PL 2016-06-07 14:11:47.318106451 +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.14', --- META.json +++ META.json 2016-06-07 14:12:02.509820834 +0000 @@ -47,7 +47,6 @@ "List::MoreUtils" : "0", "List::MoreUtils::XS" : "0", "Log::Log4perl" : "0", - "Mozilla::CA" : "20141217", "Regexp::Common" : "0", "Text::BibTeX" : "0.71", "Text::Roman" : "0", --- META.yml +++ META.yml 2016-06-07 14:12:11.285655839 +0000 @@ -90,7 +90,6 @@ requires: List::MoreUtils: '0' List::MoreUtils::XS: '0' Log::Log4perl: '0' - Mozilla::CA: '20141217' Regexp::Common: '0' Text::BibTeX: '0.71' Text::Roman: '0' --- bin/biber +++ bin/biber 2016-06-07 14:00:30.294825957 +0000 @@ -101,6 +101,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'}) {