diff options
Diffstat (limited to 'textproc/p5-Text-TabularDisplay/files/patch-TabularDisplay.pm')
| -rw-r--r-- | textproc/p5-Text-TabularDisplay/files/patch-TabularDisplay.pm | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/textproc/p5-Text-TabularDisplay/files/patch-TabularDisplay.pm b/textproc/p5-Text-TabularDisplay/files/patch-TabularDisplay.pm deleted file mode 100644 index 67e5f12703db..000000000000 --- a/textproc/p5-Text-TabularDisplay/files/patch-TabularDisplay.pm +++ /dev/null @@ -1,11 +0,0 @@ ---- TabularDisplay.pm.orig Sun May 16 23:07:02 2004 -+++ TabularDisplay.pm Mon May 17 23:56:08 2004 -@@ -240,7 +240,7 @@ - - push @data, $add->[$i]; - $length->[$i] = $l -- unless $length->[$i] > $l; -+ unless defined $length->[$i] and $length->[$i] > $l; - } - push @$where, \@data; - } |
