libnet-smtps-perl 0.04-1 source package in Ubuntu

Changelog

libnet-smtps-perl (0.04-1) unstable; urgency=medium

  * Team upload

  [ gregor herrmann ]
  * Strip trailing slash from metacpan URLs.

  [ Salvatore Bonaccorso ]
  * Update Vcs-Browser URL to cgit web frontend

  [ Florian Schlichting ]
  * Add debian/upstream/metadata
  * Import upstream version 0.04
  * Bump upstream copyright year
  * Bump dh compat to level 9
  * Declare compliance with Debian Policy 3.9.6
  * Mark package autopkgtest-able

 -- Florian Schlichting <email address hidden>  Tue, 24 Nov 2015 22:43:11 +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
Xenial release universe misc

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libnet-smtps-perl_0.04-1.dsc 2.1 KiB 57782d01eb0cb96b1e6fe7112040f0c0ced8636d5492422a43bac49f7792542d
libnet-smtps-perl_0.04.orig.tar.gz 4.6 KiB 54b5d8b73e2c4f1eb6ea0ea16a3a230884f83b8439634f3d90b49dc81ea8aea5
libnet-smtps-perl_0.04-1.debian.tar.xz 1.9 KiB 87271a59b150410887080eba15ce8ba7edc74a492e79d5b84be2eae261c434e5

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.