From: vapier Date: Mon, 26 Jul 2010 22:15:28 +0000 (-0000) Subject: change wrapping to 80 cols ... we wrap to the terminal, not e-mail or anything, and... X-Git-Tag: gentoolkit-dev-0.2.8~17 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=1d3d5b1b789f91164b8d917d0a25631e0467cf64;p=gentoolkit.git change wrapping to 80 cols ... we wrap to the terminal, not e-mail or anything, and that is 80 cols svn path=/trunk/gentoolkit-dev/; revision=799 --- diff --git a/src/echangelog/echangelog b/src/echangelog/echangelog index 56235f2..9dd7c1f 100755 --- a/src/echangelog/echangelog +++ b/src/echangelog/echangelog @@ -17,7 +17,7 @@ use Getopt::Long; setlocale(&POSIX::LC_ALL, "C"); use Text::Wrap; -$Text::Wrap::columns = 77; +$Text::Wrap::columns = 80; $Text::Wrap::unexpand = 0; # Global variables