Subject: | Spacing issue on Text::ASCIITable 0.22 |
Date: | Wed, 10 May 2017 06:22:35 +0000 |
To: | "bug-Text-ASCIITable [...] rt.cpan.org" <bug-Text-ASCIITable [...] rt.cpan.org> |
From: | Chevallier Yves <YChevallier [...] etel.ch> |
There is a bug in Text::ASCIITable 0.22 which is present in 0.20.
Here is what I get from 0.22:
┌───────────────────────────────────────────────────────────────┐
| Memory usage summary |
├────────────┬──────┬───────┬─────────┬─────────┬────────┬──────┤
│ Segment Name │ Type │ Width │ Used │ Free │ % Used │ % Free │
├────────────┬──────┬───────┬─────────┬─────────┬────────┬──────┤
│ dm_slow │ DM │ 32 │ 2233001 │ 4022599 │ 35.7% │ 64.3% │
│ mem_dm48 │ DM │ 48 │ 14 │ 55 │ 20.3% │ 79.7% │
└────────────┴──────┴───────┴─────────┴─────────┴────────┴──────┘
And the same with 0.20:
┌───────────────────────────────────────────────────────────────────┐
| Memory usage summary |
├──────────────┬──────┬───────┬─────────┬─────────┬────────┬────────┤
│ Segment Name │ Type │ Width │ Used │ Free │ % Used │ % Free │
├──────────────┬──────┬───────┬─────────┬─────────┬────────┬────────┤
│ dm_slow │ DM │ 32 │ 2233001 │ 4022599 │ 35.7% │ 64.3% │
│ mem_dm48 │ DM │ 48 │ 14 │ 55 │ 20.3% │ 79.7% │
└──────────────┴──────┴───────┴─────────┴─────────┴────────┴────────┘