libnet-smtps-perl 0.10-2 source package in Ubuntu

Changelog

libnet-smtps-perl (0.10-2) unstable; urgency=medium

  [ Debian Janitor ]
  * Bump debhelper from old 12 to 13.
  * Update standards version to 4.5.1, no changes needed.

 -- Jelmer Vernooij <email address hidden>  Sun, 16 Oct 2022 05:10:33 +0100

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libnet-smtps-perl_0.10-2.dsc 2.1 KiB 9dd3b40d22dba1738d53619699fdba6b566050ba135b52a9ac196361d7889660
libnet-smtps-perl_0.10.orig.tar.gz 5.2 KiB a9fffa8e4fde1d643ab67c08da5529167b716907ebf56ca2ef4899b9a43fd0f0
libnet-smtps-perl_0.10-2.debian.tar.xz 2.2 KiB 044a8ad36e00dfb8a3bf3b83ee76f4e96d820597873fd451859538c54a2555bf

Available diffs

No changes file available.

Binary packages built by this source

libnet-smtps-perl: SSL/STARTTLS support for Net::SMTP

 Net::SMTPS implements a wrapper for Net::SMTP, enabling over-SSL/STARTTLS
 support. This module inherits all the methods from Net::SMTP. You may use all
 the friendly options that came bundled with Net::SMTP. You can control the
 SSL usage with the options of new() constructor method. 'doSSL' option is the
 switch, and, If you would like to control detailed SSL settings, you can set
 SSL_* options that are brought from IO::Socket::SSL. Please see the document
 of IO::Socket::SSL about these options detail.
 .
 Just one method difference from the Net::SMTP, you may select SMTP AUTH
 mechanism as the third option of auth() method.