Added preliminary autocompletion support
diff --git a/Makefile.PL b/Makefile.PL
index a9b76e4..b7c1fb1 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -9,7 +9,6 @@
ABSTRACT => 'Test Frontend for the KorAP API',
NAME => 'Korap',
AUTHOR => 'Nils Diewald',
- VERSION => '0.01',
BUILD_REQUIRES => {
'Test::More' => 0
},
@@ -20,9 +19,9 @@
'Mojolicious::Plugin::Notifications' => 0.03,
'Mojolicious::Plugin::CHI' => 0.09,
'Cache::FastMmap' => 0,
-# 'Mojolicious::Plugin::Search' => 0.01,
'Mojolicious::Plugin::Number::Commify' => '0.022',
- 'JSON::XS' => 0.0
+ 'JSON::XS' => 0.0,
+# 'Mojolicious::Plugin::Search' => 0.01,
},
test => {
TESTS => 't/*.t'