Skip Menu |

This queue is for tickets about the MIME-tools CPAN distribution.

Report information
The Basics
Id: 72223
Status: resolved
Priority: 0/
Queue: MIME-tools

People
Owner: dfs+pause [...] roaringpenguin.com
Requestors: tk [...] giga.or.at
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Missing dependency: Convert-Binhex
Date: Sun, 6 Nov 2011 22:42:05 +0100
To: bug-MIME-tools [...] rt.cpan.org
From: Thomas Klausner <tk [...] giga.or.at>
lib/MIME/Decoder/BinHex.pm has the line: use Convert::BinHex; but the Makefile doesn't note the dependency; it also isn't used in any tests, so as an end user you only find the problem when an application like amavisd-new calls the code. Please include Convert::BinHex in the dependency list in the Makefile. For bonus points, include a test for the code using it :) Thanks, Thomas
Subject: Re: [rt.cpan.org #72223] Missing dependency: Convert-Binhex
Date: Mon, 21 Nov 2011 13:33:05 -0500
To: bug-MIME-tools [...] rt.cpan.org
From: "David F. Skoll" <dfs [...] roaringpenguin.com>
On Sun, 6 Nov 2011 16:42:16 -0500 "Thomas Klausner via RT" <bug-MIME-tools@rt.cpan.org> wrote: Show quoted text
> Please include Convert::BinHex in the dependency list in the Makefile. > For bonus points, include a test for the code using it :)
Hmm. Convert::BinHex is really a soft dependency. I hesitate to make it a hard dependency because BinHex encoding is not recommended by any MIME standards-track RFC and many people never need to process BinHex-encoded files. I'll put in a "recommends" clause in the Makefile. And I guess I should eventually write a test. :) Regards, David.
Hi, I have just uploaded MIME-tools-5.503 to CPAN, which I believe resolves this ticket. Regards, David.