libnet-server-mail-perl 0.22-1 source package in Ubuntu

Changelog

libnet-server-mail-perl (0.22-1) unstable; urgency=medium

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

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

  [ Xavier Guimard ]
  * New upstream release
  * Bump Standards-Version to 3.9.6
  * Update debian/copyright

  [ gregor herrmann ]
  * Add debian/upstream/metadata.
  * Mark package as autopkgtest-able.
  * Bump debhelper compatibility level to 9.

 -- Xavier Guimard <email address hidden>  Tue, 22 Sep 2015 11:07:25 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libnet-server-mail-perl_0.22-1.dsc 2.3 KiB 1409100a2985aee2a5fac2f2bebce4b7ddba895c69badf43d732efb3767e2fe8
libnet-server-mail-perl_0.22.orig.tar.gz 25.5 KiB 9e6e1a5ba8b3f0af0a7a223139c02c1f294ca5824fb4fe89555f344d53a2a5a5
libnet-server-mail-perl_0.22-1.debian.tar.xz 2.6 KiB 460414dea92feb938e3b66fedaf3ef2b2b1e39370f2d7a19d8788c23796921f9

Available diffs

No changes file available.

Binary packages built by this source

libnet-server-mail-perl: versatile and extensible mail server framework

 Net::Server::Mail is a versatile and extensible implementation of the SMTP
 protocol and closely-related protocols like ESMTP and LMTP. The event driven
 object-oriented API makes it easy to incorporate the SMTP protocol into perl
 programs.
 .
 It provides a mechanism to easily add future or not yet implemented ESMTP
 extensions. Developers can hook code at each SMTP session state and change
 the module's behaviors by registering event call-backs. The class is designed
 to be easily inherited from.