#923089 pod2html: rev should be rel

Package:
perl
Source:
perl
Description:
Larry Wall's Practical Extraction and Report Language
Submitter:
積丹尼 Dan Jacobson
Date:
2022-02-22 01:51:03 UTC
Severity:
minor
#923089#5
Date:
2019-02-24 01:59:19 UTC
From:
To:
$ pod2html /dev/null| tidy -eq
line 7 column 1 - Warning: <link> lacks "rel" attribute

So
<link rev="made" href="mailto:root@localhost" /> should be
<link rel="made" href="mailto:root@localhost" />

P.S.,
https://metacpan.org/pod/Pod::Html "Issues" leads to
https://rt.perl.org/ which doesn't have a "new bug" button, hence I
submit via Debian.

Oh and by the way the hardwired doctype in pod::html kind of dated
already... best to use HTML5 (thus without DTD dependency.)

#923089#10
Date:
2022-02-22 01:47:54 UTC
From:
To:
Surely you mean rel="author"!