summaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2019-09-17 20:26:09 +0200
committerYorhel <git@yorhel.nl>2019-09-17 20:28:55 +0200
commitcc2a1d72e499f7befe1b615a1322952dfb628fab (patch)
tree19ebe2931d082453d7004894da8259014ce23ca4 /util
parentb34b37ba5acdf423ab30f4927cbdbbc704e91590 (diff)
v2rw: Initial start on an incremental rewrite; Layout HTML first
I copied and modified VN3::DB to VNWeb::DB, but it isn't used yet. Now that I think about it, that module isn't "web" specific at all and should perhaps be in the VNDB:: namespace. Oh well.
Diffstat (limited to 'util')
-rwxr-xr-xutil/vndb.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/vndb.pl b/util/vndb.pl
index e3c721c8..8ec102e5 100755
--- a/util/vndb.pl
+++ b/util/vndb.pl
@@ -33,7 +33,7 @@ TUWF::set(
error_404_handler => \&handle404,
log_format => \&logformat,
);
-TUWF::load_recursive('VNDB::Util', 'VNDB::DB', 'VNDB::Handler');
+TUWF::load_recursive('VNDB::Util', 'VNDB::DB', 'VNDB::Handler', 'VNWeb');
TUWF::run();