libemail-date-perl 1.104-2 source package in Ubuntu
Changelog
libemail-date-perl (1.104-2) unstable; urgency=medium * Team upload. [ gregor herrmann ] * Rename debian/upstream to debian/upstream/metadata. * Strip trailing slash from metacpan URLs. [ Salvatore Bonaccorso ] * Update Vcs-Browser URL to cgit web frontend * debian/control: Use HTTPS transport protocol for Vcs-Git URI [ gregor herrmann ] * debian/copyright: change Copyright-Format 1.0 URL to HTTPS. [ Niko Tyni ] * Update to debhelper compat level 10 * Update to Standards-Version 4.1.3 * Declare that the package does not need (fake)root to build * Add Testsuite declaration for autopkgtest-pkg-perl -- Niko Tyni <email address hidden> Sun, 18 Feb 2018 11:46:11 +0200
Upload details
- Uploaded by:
- Debian Perl Group
- Uploaded to:
- Sid
- Original maintainer:
- Debian Perl Group
- Architectures:
- all
- Section:
- perl
- Urgency:
- Medium Urgency
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
libemail-date-perl_1.104-2.dsc | 2.2 KiB | b2a1cc19574b4ce529086e2375be6cd4cf62bddb1960341de22b4adecd4ddb20 |
libemail-date-perl_1.104.orig.tar.gz | 13.8 KiB | 437c572b1aa9d1c77da26595bb03e003a3b2756c2fcc87d65177b10fc07d52c9 |
libemail-date-perl_1.104-2.debian.tar.xz | 3.3 KiB | 49311097c19ee76561a8d172d6e5ac9c818c22a6b0e0115b1af6abb99724f3ab |
Available diffs
- diff from 1.104-1 to 1.104-2 (1.2 KiB)
No changes file available.
Binary packages built by this source
- libemail-date-perl: Perl module for correct formatting of dates in emails
RFC 2822 defines the Date: header. It declares the header a required
part of an email message. The syntax for date headers is clearly laid
out. Still, even a perfectly planned world has storms. The truth is, many
programs get it wrong. Very wrong. Or, they don't include a Date: header
at all. This often forces you to look elsewhere for the date, and hoping
to find something.
.
For this reason, the tedious process of looking for a valid date has been
encapsulated in this software. Further, the process of creating RFC
compliant date strings is also found in this software.