libmime-encwords-perl 1.015.0-1 source package in Ubuntu

Changelog

libmime-encwords-perl (1.015.0-1) unstable; urgency=medium

  * Import upstream version 1.015.0.
  * Drop patches, both applied upstream.
  * Update years of packaging copyright.
  * Declare compliance with Debian Policy 4.6.2.
  * Set Rules-Requires-Root: no.
  * Annotate test-only build dependencies with <!nocheck>.

 -- gregor herrmann <email address hidden>  Wed, 14 Feb 2024 21:04:46 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe perl
Noble release universe perl

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libmime-encwords-perl_1.015.0-1.dsc 2.5 KiB fa00b7a19a1762294c5eeca10a18d00f19798ce8eb4028902d23c25e228065d4
libmime-encwords-perl_1.015.0.orig.tar.gz 38.1 KiB 23ef065897821337bdd16487e65e2a3798383348225c72cd762bb3741ad009b5
libmime-encwords-perl_1.015.0-1.debian.tar.xz 4.1 KiB afa7863cd182e33f76a120f639bcb9d0e94a6d626a9db12a307943bacede032c

Available diffs

No changes file available.

Binary packages built by this source

libmime-encwords-perl: Perl interface to deal with RFC 2047 encoded words

 MIME::EncWords is a module providing several utilities to encode and decode
 arbitrary text in RFC 2047 (formerly RFC 1522) format. The MIME standard gives
 users the ability to represent any characters in any character set by using
 special sequences like:
 .
  =?ISO-8859-1?Q?Keld_J=F8rn_Simonsen?=
 .
 There are various modules available to manipulate these special character
 sequences. This module bears most resemblance to the MIME::Words module and
 provides a similar interface, providing for relatively painless upgrading,
 while having stricter conformance to the aforementioned RFCs. It provides
 more flexibility than MIME::WordDecoder because characters can be mapped
 into any desired encoding, rather than simply the local system representation.