diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2002-05-29 23:25:09 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-05-29 23:25:09 +0000 |
commit | 69c646ef7e360d9bd239c258fc0ff0238acc007f (patch) | |
tree | 4d1bec375d1eba63ece06fee6a3875ef805eb38d /Porting | |
parent | d51a9dd58c71fa3608611e3a69eda0c400e68509 (diff) | |
download | perl-69c646ef7e360d9bd239c258fc0ff0238acc007f.tar.gz |
Attachments are okay.
p4raw-id: //depot/perl@16867
Diffstat (limited to 'Porting')
-rw-r--r-- | Porting/patching.pod | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/Porting/patching.pod b/Porting/patching.pod index 3849051d12..14b39e2087 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 |