libemail-date-perl 1.104-1 source package in Ubuntu
Changelog
libemail-date-perl (1.104-1) unstable; urgency=low * New upstream release. * Update build dependencies. * debian/upstream: update to new resources (github). * debian/copyright: switch formatting to Copyright-Format 1.0. -- gregor herrmann <email address hidden> Mon, 30 Sep 2013 18:21:25 +0200
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 | Published | Component | Section | |
---|---|---|---|---|
Xenial | release | universe | perl | |
Trusty | release | universe | perl |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
libemail-date-perl_1.104-1.dsc | 2.2 KiB | be769c7a7e4949fe147f7409e28c8995dafc62b40a6360b57c5d2d8a2d5065f6 |
libemail-date-perl_1.104.orig.tar.gz | 13.8 KiB | 437c572b1aa9d1c77da26595bb03e003a3b2756c2fcc87d65177b10fc07d52c9 |
libemail-date-perl_1.104-1.debian.tar.gz | 3.1 KiB | f5dbbabeeb8b8839e2c9afbf359ffdd8768434ca97876c34aa88fd40db3d306b |
Available diffs
- diff from 1.103-4 to 1.104-1 (19.3 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.