libemail-stuffer-perl 0.016-1 source package in Ubuntu

Changelog

libemail-stuffer-perl (0.016-1) unstable; urgency=medium

  * Team upload.
  * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.

  * Import upstream version 0.016.
  * Refresh debian/patches/fix-ci-test (offset).
  * Make (build) dependency on libemail-mime-perl versioned.
  * Declare compliance with Debian Policy 4.1.1.
  * Add libio-all-perl to Build-Depends-Indep and Recommends.

 -- gregor herrmann <email address hidden>  Thu, 23 Nov 2017 21:22: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
Bionic release universe misc

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libemail-stuffer-perl_0.016-1.dsc 2.4 KiB 1d19511e3be38a411fcec68af83a3176b13f1ccc30cb0793a180d34180cc3dab
libemail-stuffer-perl_0.016.orig.tar.gz 46.1 KiB b32ac47f246e6af94f0e20cc043380ecbf1fdc8d1141d903d5698297f55606d4
libemail-stuffer-perl_0.016-1.debian.tar.xz 2.9 KiB c1b41a0b6a55f24099cfc6061bc93f929ee99643e9c936fbd2eb039cef51d263

Available diffs

No changes file available.

Binary packages built by this source

libemail-stuffer-perl: casual approach to creating and sending Email:: emails

 Email::Stuffer, as its name suggests, is a fairly casual module used to stuff
 things into an email and send them. It is a high-level module designed for
 ease of use when doing a very specific common task, but implemented on top of
 the light and tolerable Email:: modules.
 .
 Email::Stuffer is typically used to build emails and send them in a single
 statement, as seen in the synopsis. And it is certain only for use when
 creating and sending emails. As such, it contains no email parsing
 capability, and little to no modification support.
 .
 To re-iterate, this is very much a module for those "slap it together and
 fire it off" situations, but that still has enough grunt behind the scenes to
 do things properly.
 .
 The basics should all work, but this module is still subject to name and/or
 API changes