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