Skip Menu |

This queue is for tickets about the HTML-Table CPAN distribution.

Report information
The Basics
Id: 133318
Status: new
Priority: 0/
Queue: HTML-Table

People
Owner: Nobody in particular
Requestors: dom [...] earth.li
Cc:
AdminCc:

Bug Information
Severity: Unimportant
Broken in: (no value)
Fixed in: (no value)



Subject: Non-UTF8 characters in POD
Hi, We applied this patch in Debian to ensure that the manpage is warning free. Best Dominic
Subject: pod-utf8.diff
From: Dominic Hargreaves <dom@earth.li> Date: Sat, 12 Sep 2020 12:35:20 +0100 Subject: Convert POD text to UTF8 --- lib/HTML/Table.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 lib/HTML/Table.pm diff --git a/lib/HTML/Table.pm b/lib/HTML/Table.pm old mode 100755 new mode 100644 index 00acac6..78075e3 --- a/lib/HTML/Table.pm +++ b/lib/HTML/Table.pm @@ -785,7 +785,7 @@ For autogrow behaviour of setCell, and allowing alignment specifications to be c Arno Teunisse, Arno.Teunisse@Simac.nl For the methods adding rules, styles and table alignment attributes. -Ville Skyttä, ville.skytta@iki.fi +Ville Skyttä, ville.skytta@iki.fi For general fixes Paul Vernaza, vernaza@stwing.upenn.edu
On Sat Sep 12 07:41:30 2020, dom@earth.li wrote: Show quoted text
> Hi, > > We applied this patch in Debian to ensure that the manpage is warning free. > > Best > Dominic
Whoops, use this version instead.
Subject: pod-utf8.diff
From: Dominic Hargreaves <dom@earth.li> Date: Sat, 12 Sep 2020 12:35:20 +0100 Subject: Convert POD text to UTF8 Forwarded: https://rt.cpan.org/Ticket/Display.html?id=133318 --- lib/HTML/Table.pm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) mode change 100755 => 100644 lib/HTML/Table.pm diff --git a/lib/HTML/Table.pm b/lib/HTML/Table.pm old mode 100755 new mode 100644 index 00acac6..92b25f0 --- a/lib/HTML/Table.pm +++ b/lib/HTML/Table.pm @@ -8,6 +8,8 @@ $VERSION = '2.08a'; use overload '""' => \&getTable, fallback => undef; +=encoding UTF-8 + =head1 NAME HTML::Table - produces HTML tables @@ -785,7 +787,7 @@ For autogrow behaviour of setCell, and allowing alignment specifications to be c Arno Teunisse, Arno.Teunisse@Simac.nl For the methods adding rules, styles and table alignment attributes. -Ville Skyttä, ville.skytta@iki.fi +Ville Skyttä, ville.skytta@iki.fi For general fixes Paul Vernaza, vernaza@stwing.upenn.edu