libemail-stuffer-perl 0.020-2 source package in Ubuntu

Changelog

libemail-stuffer-perl (0.020-2) unstable; urgency=medium

  * Team upload.
  * Remove generated test data via debian/clean. (Closes: #1048694)

 -- gregor herrmann <email address hidden>  Tue, 05 Mar 2024 16:51:01 +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
Oracular release universe misc
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libemail-stuffer-perl_0.020-2.dsc 2.5 KiB 1147842b69b56f5d3afee871ba5bf7677f5a6f1eb18b19ec8e1c024850de94bc
libemail-stuffer-perl_0.020.orig.tar.gz 45.3 KiB 0a1efb7f2dedd39052b126f718ca2d3b5845a4123a39392fd9dfa0c76e6057c7
libemail-stuffer-perl_0.020-2.debian.tar.xz 3.0 KiB 77dee2434b01c210bef604deb1348fc375dd9566f3ee33b964a5103c01411de4

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