This module simply wraps MIME::Base64 and MIME::QuotedPrint so that you can throw the contents of a Content-Transfer-Encoding header at some text and have the right thing happen. WWW: http://search.cpan.org/dist/Email-MIME-Encodings Generated with FreeBSD Port Tools 0.26
State Changed From-To: open->feedback This port doesn't work with 5.005_03. Could you try to patch it or mark it IGNORE?
The following patch file should make it 5.005_03-safe. --- files/patch-Encodings.pm begins here --- --- Encodings.pm.orig Wed Sep 10 22:36:32 2003 +++ Encodings.pm Wed Sep 10 22:36:53 2003 @@ -1,7 +1,6 @@ package Email::MIME::Encodings; use strict; no strict 'refs'; -use warnings; $Email::MIME::Encodings::VERSION = "1.0"; --- files/patch-Encodings.pm ends here ---
Responsible Changed From-To: freebsd-ports-bugs->erwin I'll handle this
State Changed From-To: feedback->closed Committed, thanks! I changed your patch into a small perl regex, much smaller and doesn't leave an orig-file around, but same function.