From ec2690d4579db8df37bbbd0e04df258df06ba026 Mon Sep 17 00:00:00 2001
From: Donald Buczek <buczek@molgen.mpg.de>
Date: Sun, 26 Apr 2020 10:48:55 +0200
Subject: [PATCH] perl-5.12.1: Add Net::SNMP::SSL

This perl package should be a replacement for the perl installation in
/usr/local. We've compared the list of packages from /usr/local with
those installed into this package so far. Ignoring the huge amount of
packages in the Bio:: namespace, which are the result of chaotic
maintenance, ridiculous fragmentation and continuous reorganization the
following packages are missing:

    DateTime::TimeZone::Local::Win32
    File::ShareDir::ProjectDistDir
    LWP::Protocol::GHTTP
    LWP::Protocol::http10
    Net::SMTP::SSL
    Apache::SOAP
    Apache::XMLRPC::Lite
    DBI::FAQ
    DateTime::TimeZone::America::Godthab
    Mojolicious::Command::test
    Mojolicious::Plugin::PODRenderer
    PDL::Graphics::PGPLOT
    PDL::Graphics::PGPLOT::Window
    PDL::Graphics::PGPLOTOptions
    PPI::Exception::ParserTimeout
    Perl::Critic::Policy::Documentation::RequirePodLinksIncludeText
    Plack::Handler::HTTP::Server::Simple

From this list only Net::SMTP::SSL seems relevant, so add this package.
---
 perl-5.12.1-0.build.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/perl-5.12.1-0.build.sh b/perl-5.12.1-0.build.sh
index d16be9b..c6d4fdb 100755
--- a/perl-5.12.1-0.build.sh
+++ b/perl-5.12.1-0.build.sh
@@ -608,6 +608,7 @@ cpan OpenOffice::OODoc    # The Open OpenDocument Connector
 
 cpan Digest::MD4
 cpan Data::Grove   # from xml-perl. Has some dependency issues, put at end
+cpan Net::SMTP::SSL    # recently installed into /usr/local perl after
 
 # exit 1 # the final stop before closing
 exit