summaryrefslogtreecommitdiff
path: root/lib/VNWeb/Prelude.pm
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2021-02-22 11:25:43 +0100
committerYorhel <git@yorhel.nl>2021-02-22 11:26:05 +0100
commit8befb7606808e90d7e51011b5f60e425ba2c1eaf (patch)
tree5dc753bd06568447a3c9fa7d1b9bf629be5cabf1 /lib/VNWeb/Prelude.pm
parentdf817d02485046062195e15643c31081cb697031 (diff)
Chars::List: Add over-engineered TableOpts abstraction + crude options UI
The TableOpts abstraction is supposed to be used for other tables as well, eventually. It's overkill for the character list. It's also slightly more complex than necessary because I want shorter URLs.
Diffstat (limited to 'lib/VNWeb/Prelude.pm')
-rw-r--r--lib/VNWeb/Prelude.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/VNWeb/Prelude.pm b/lib/VNWeb/Prelude.pm
index a2bef7a5..ca7a423e 100644
--- a/lib/VNWeb/Prelude.pm
+++ b/lib/VNWeb/Prelude.pm
@@ -20,6 +20,7 @@
# use VNWeb::DB;
# use VNWeb::Validation;
# use VNWeb::Elm;
+# use VNWeb::TableOpts;
#
# + A few other handy tools.
#
@@ -64,6 +65,7 @@ sub import {
use VNWeb::DB;
use VNWeb::Validation;
use VNWeb::Elm;
+ use VNWeb::TableOpts;
1;
EOM;