libnet-smtp-ssl-perl 1.01-3 source package in Ubuntu

Changelog

libnet-smtp-ssl-perl (1.01-3) unstable; urgency=low

  [ gregor herrmann ]
  * debian/control: Changed: Switched Vcs-Browser field to ViewSVN
    (source stanza).
  * Remove version from dependency on libio-socket-ssl-perl, satisfied in
    lenny.

  [ Nathan Handler ]
  * debian/watch: Update to ignore development releases.

  [ Salvatore Bonaccorso ]
  * debian/control: Changed: Replace versioned (build-)dependency on
    perl (>= 5.6.0-{12,16}) with an unversioned dependency on perl (as
    permitted by Debian Policy 3.8.3).

  [ Maximilian Gass ]
  * Switch to debhelper compat level 8, minimize rules
  * Update copyright file with new format
  * Add libauthen-sasl-perl to Recommends (closes: #549524)
  * Add myself to Uploaders
  * Bump Standards-Version to 3.9.1: no changes necessary
  * Switch to source format 3.0 (quilt)
  * Improve short and long description a little
 -- Ubuntu Archive Auto-Sync <email address hidden>   Sat,  30 Apr 2011 13:08:17 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Oneiric
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release main perl
Precise release universe perl

Builds

Oneiric: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libnet-smtp-ssl-perl_1.01.orig.tar.gz 1.8 KiB 13599c46bc7ce47fc151ace89d0625294b62154c3a20c7ff7e7614d1f2ee6289
libnet-smtp-ssl-perl_1.01-3.debian.tar.gz 2.2 KiB f285c974638fce1247b2d513f6adb8d8655761f22dd0d5eda307b56964cdc566
libnet-smtp-ssl-perl_1.01-3.dsc 2.1 KiB dab05baf69d7b285300d1444f50c1ee12db01a81e2779614b72addebddea18d0

Available diffs

View changes file

Binary packages built by this source

libnet-smtp-ssl-perl: Perl module providing SSL support to Net::SMTP

 Net::SMTP::SSL implements the same API as Net::SMTP, but uses IO::Socket::SSL
 for its network operations. Due to the nature of Net::SMTP's new method, it is
 not overridden to make use of a default port for the SMTPS service. Perhaps
 future versions will be smart like that. Port 465 is usually what you want,
 and it's not a pain to specify that.