aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@debian.org>2021-01-01 16:14:32 +0100
committerGuilhem Moulin <guilhem@debian.org>2021-01-01 16:14:32 +0100
commit976c2470be41b7fb109f50f95fcb0b619d150dca (patch)
tree2d314daa05e84cea0d16a45261f2adcf4612bcd2 /doc
parentc28422649ba744c7da53c57a768b324dbce29578 (diff)
parent75d983baba64e065e39b3e2a8b848117fe1bfc66 (diff)
Merge tag 'v0.5.6' into debian/latest
Release version 0.5.6
Diffstat (limited to 'doc')
-rw-r--r--doc/build.md2
-rw-r--r--doc/template.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/build.md b/doc/build.md
index b9291f7..2e4e511 100644
--- a/doc/build.md
+++ b/doc/build.md
@@ -24,7 +24,7 @@ following Perl modules:
* [`Getopt::Long`](https://perldoc.perl.org/Getopt/Long.html) (*core module*)
* [`MIME::Base64`](https://perldoc.perl.org/MIME/Base64.html) (*core module*) — if authentication is required
* [`List::Util`](https://perldoc.perl.org/List/Util.html) (*core module*)
- * [`Net::SSLeay`](https://metacpan.org/pod/Net::SSLeay) ≥1.83
+ * [`Net::SSLeay`](https://metacpan.org/pod/Net::SSLeay) ≥1.86_06
* [`POSIX`](https://perldoc.perl.org/POSIX.html) (*core module*)
* [`Socket`](https://perldoc.perl.org/Socket.html) (*core module*)
* [`Time::HiRes`](https://perldoc.perl.org/Time/HiRes.html) (*core module*) — if `logfile` is set
diff --git a/doc/template.html b/doc/template.html
index d825cde..c3809ad 100644
--- a/doc/template.html
+++ b/doc/template.html
@@ -14,7 +14,7 @@ $if(keywords)$
<meta name="keywords" content="$for(keywords)$$keywords$$sep$, $endfor$" />
$endif$
<title>$if(title-prefix)$$title-prefix$ – $endif$$pagetitle$</title>
- <style type="text/css">
+ <style>
code{white-space: pre-wrap;}
span.smallcaps{font-variant: small-caps;}
span.underline{text-decoration: underline;}