From: Jarkko Hietaniemi Date: Wed, 29 May 2002 23:25:09 +0000 (+0000) Subject: Attachments are okay. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=69c646ef7e360d9bd239c258fc0ff0238acc007f;p=p5sagit%2Fp5-mst-13.2.git Attachments are okay. p4raw-id: //depot/perl@16867 --- diff --git a/Porting/patching.pod b/Porting/patching.pod index 3849051..14b39e2 100644 --- a/Porting/patching.pod +++ b/Porting/patching.pod @@ -272,11 +272,15 @@ This should work for most patches: =item Mailers Please, please, please (get the point? 8-) don't use a mailer that -word wraps your patch or that MIME encodes it. Both of these leave -the patch essentially worthless to the maintainer. +word wraps your patch. This leaves the patch essentially worthless +to the maintainers. -If you have no choice in mailers and no way to get your hands on a -better one there is, of course, a perl solution. Just do this: +Unfortunately many mailers word wrap the main text of messages, but +luckily you can usually send your patches as email attachments without +them getting "helpfully" word wrapped. + +If you have no choice in mailers and no way to get your hands on +a better one, there is, of course, a Perl solution. Just do this: perl -ne 'print pack("u*",$_)' patch > patch.uue