1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
From a8695553dd2a6956b99ce592158a72fd24093d0c Mon Sep 17 00:00:00 2001
From: Andrew Ruthven <andrew@etc.gen.nz>
Date: Sat, 13 Feb 2021 21:40:00 +1300
Subject: Debian provides the Mozilla CAs in the ca-certificates package.
Forwarded: not-needed
Patch-Name: skip_Mozilla::CA_check.diff
etc/cpanfile | 1 -
1 file changed, 1 deletion(-)
diff --git a/etc/cpanfile b/etc/cpanfile
index 0c5d6451..cec855ed 100644
@@ -96,7 +96,6 @@ requires 'XML::RSS', '>= 1.05';
requires 'Getopt::Long';
requires 'LWP::Protocol::https';
requires 'LWP::UserAgent', '>= 6.02';
-requires 'Mozilla::CA';
requires 'Pod::Usage';
# CLI
|