Description: Remove all references to Mozilla::CA package
 It is not used. And even if it were, it could easily be replaced by hardcoding
 /etc/ssl/certs/ca-certificates.crt.
Author: Sébastien Villemot <sebastien@debian.org>
Forwarded: not-needed
Last-Update: 2014-06-29
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/META.json
+++ b/META.json
@@ -55,7 +55,6 @@
             "JSON" : "0",
             "LWP::Simple" : "0",
             "LWP::UserAgent" : "0",
-            "Mozilla::CA" : "0",
             "POSIX" : "0",
             "Storable" : "0",
             "Time::Piece" : "0",
--- a/META.yml
+++ b/META.yml
@@ -46,7 +46,6 @@ requires:
   JSON: '0'
   LWP::Simple: '0'
   LWP::UserAgent: '0'
-  Mozilla::CA: '0'
   POSIX: '0'
   Storable: '0'
   Time::Piece: '0'
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -38,7 +38,6 @@ my %WriteMakefileArgs = (
     "JSON" => 0,
     "LWP::Simple" => 0,
     "LWP::UserAgent" => 0,
-    "Mozilla::CA" => 0,
     "POSIX" => 0,
     "Storable" => 0,
     "Time::Piece" => 0,
@@ -85,7 +84,6 @@ my %FallbackPrereqs = (
   "JSON" => 0,
   "LWP::Simple" => 0,
   "LWP::UserAgent" => 0,
-  "Mozilla::CA" => 0,
   "POSIX" => 0,
   "Storable" => 0,
   "Test" => 0,
--- a/lib/Finance/Quote/Tiaacref.pm
+++ b/lib/Finance/Quote/Tiaacref.pm
@@ -30,7 +30,6 @@
 package Finance::Quote::Tiaacref;
 require 5.005;
 require Crypt::SSLeay;
-require Mozilla::CA;
 
 use strict;
 
