Subject: | Odd behaviour with e-mail addresses |
Date: | Sun, 10 Aug 2008 22:26:31 +0200 |
To: | bug-PDF-Table [...] rt.cpan.org |
From: | Chris Searle <chris [...] chrissearle.org> |
Message body not shown because it is not plain text.
I'm getting odd spaces turning up in e-mail addresses in tables -
seems to be related to length.
I tried the following test data:
my $mail_data =[
["E-mail", ""],
["Test 1",
'chris@foo.bar'],
["Test 2",
'chris@fooo.bar'],
["Test 3",
'chris@foooo.bar'],
["Test 4",
'chris@fooooo.bar'],
["Test 5",
'chris@foooooo.bar'],
["Test 6",
'chris@fooooooo.bar'],
["Test 7",
'chris@foooooooo.bar'],
["Test 8",
'chris@fooooooooo.bar'],
["Test 9",
'chris@foooooooooo.bar'],
["Test 10",
'chris@fooooooooooo.bar'],
];
I get the following result - note the spacing issue on tests 9 and 10.
Message body not shown because it is not plain text.
The test file that generated this:
Message body is not shown because sender requested not to inline it.