summaryrefslogtreecommitdiff
path: root/lib/VNDB/Handler/VNBrowse.pm
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2011-01-27 10:43:19 +0100
committerYorhel <git@yorhel.nl>2011-01-27 10:43:19 +0100
commit78f364130abe51a4baeeef1e20a7292c3a1a28dd (patch)
treec839cca89c576b3cfde2faacecddd617b60dd335 /lib/VNDB/Handler/VNBrowse.pm
parent08d3dffe2dc6b955f2e10629079d5ae5c32f7183 (diff)
TUWF: Use the uri_escape() provided by TUWF
Diffstat (limited to 'lib/VNDB/Handler/VNBrowse.pm')
-rw-r--r--lib/VNDB/Handler/VNBrowse.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/VNDB/Handler/VNBrowse.pm b/lib/VNDB/Handler/VNBrowse.pm
index f3bad521..53c07db2 100644
--- a/lib/VNDB/Handler/VNBrowse.pm
+++ b/lib/VNDB/Handler/VNBrowse.pm
@@ -3,7 +3,7 @@ package VNDB::Handler::VNBrowse;
use strict;
use warnings;
-use TUWF ':html';
+use TUWF ':html', 'uri_escape';
use VNDB::Func;