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

Changelog

libnet-server-mail-perl (0.18-1) unstable; urgency=low


  [ Xavier Guimard ]
  * Imported Upstream version 0.18
  * Take over for pkg-perl group
  * Update maintainer and uploaders
    + According to http://bugs.debian.org/677732#10, Ivan said that the Debian
      Perl Group is welcome to take any of his packages
  * Bump Standards-Version to 3.9.4
  * Bump debhelper compatibility to 8
  * Update source format to 3.0 (quilt)
  * Update debian/copyright (years and format) (Closes: #672730)
  * Update debian/watch
  * Update debian/rules to use "dh $@"
  * Add examples in package
  * Add spelling-and-pod-errors.patch
  * Update description (thanks to Daniel Kahn Gillmor for the review)

  [ Salvatore Bonaccorso ]
  * Change Vcs-Git to canonical URI (git://anonscm.debian.org)
  * Change search.cpan.org based URIs to metacpan.org based URIs

 -- Xavier Guimard <email address hidden>  Sun, 03 Feb 2013 17:28:42 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Raring: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libnet-server-mail-perl_0.18-1.dsc 2.1 KiB 5fad2340ebc6a8a6d46216b3a36e28d80712f8daf9a4e513f7288fe2515aecea
libnet-server-mail-perl_0.18.orig.tar.gz 15.9 KiB 089a4d07b86a32480ed36bfa2f40dd1e4ca81dbe5473d95237edf137b4badbea
libnet-server-mail-perl_0.18-1.debian.tar.gz 2.8 KiB bc7af1ec9ab59db26cab3a5eddc936984f203c2ec5426bafc7c69e8ffe9f4cbb

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.