summaryrefslogtreecommitdiff
path: root/lib/VNWeb/HTML.pm
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2019-09-23 11:32:59 +0200
committerYorhel <git@yorhel.nl>2019-09-23 14:39:31 +0200
commit20516593d730bebc46634ee748213151d6e10913 (patch)
treede8cf5863297bd11f326fcf8c00c4829d8f00d28 /lib/VNWeb/HTML.pm
parent9ccafba60b8de37b0c2a202d22df5c3e25b78026 (diff)
Minor administrative fixes
The FCGI module is only required when running in FastCGI mode, which isn't how the container is configured. The AnyEvent::HTTP module, on the other hand, is required for many of the new Multi::* modules. They're not enabled by default but are still a significant part of Multi, so it's good to have the dependencies available.
Diffstat (limited to 'lib/VNWeb/HTML.pm')
-rw-r--r--lib/VNWeb/HTML.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/VNWeb/HTML.pm b/lib/VNWeb/HTML.pm
index 1e237a78..66ab52d6 100644
--- a/lib/VNWeb/HTML.pm
+++ b/lib/VNWeb/HTML.pm
@@ -341,7 +341,6 @@ sub _revision_header_ {
}
-
sub _revision_fmtval_ {
my($opt, $val) = @_;
return i_ '[empty]' if !defined $val || !length $val;