]> git.koha-community.org Git - koha.git/commit
Bug 6915 - [SIGNED-OFF] reduce module name truncation problem in koha_perl_deps.pl
authorGreg Barniskis <gbarniskis@gmail.com>
Mon, 26 Sep 2011 17:07:20 +0000 (12:07 -0500)
committerChris Nighswonger <chris.nighswonger@gmail.com>
Wed, 19 Oct 2011 20:03:34 +0000 (16:03 -0400)
commitaf65c1402cd186f7eb53b8ef79978f7c979db23b
tree5cd7241f726be79db72b85c63f2ea44a724d4bc3
parent8558f011e48679322aa2e40150aeefbe5fcd3bae
Bug 6915 - [SIGNED-OFF] reduce module name truncation problem in koha_perl_deps.pl

Widen module name allowance in the format statement, adjust other
columns to be generous but not-so-much as before, modify report
header and footer print statements to align and clarify. Very very
long module names or version numbers are still subject to possible
truncation.

Signed-off-by: Magnus Enger <magnus@enger.priv.no>
Sign off comment: With this patch module names are not truncated, which is an
improvement. Lines are still too long to fit an 80 column display, and so they
wrap around, but tht is a minor annoyance compared to the truncated names.

Signed-off-by: Paul Poulain <paul.poulain@biblibre.com>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
(cherry picked from commit e5e5e3155e4c4b3f51415d08a324f84142e91f3d)

Signed-off-by: Chris Nighswonger <chris.nighswonger@gmail.com>
koha_perl_deps.pl