Reenabled Windows

Change-Id: I9656b16b19789e9ca16df3293caa86f3c90276a6
diff --git a/Makefile.PL b/Makefile.PL
index 22f10c6..fadbb9a 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -4,10 +4,6 @@
 
 use ExtUtils::MakeMaker;
 
-if ($^O =~ /^(MSWin32|cygwin|msys)$/i) {
-  die "No support for Windows.\n";
-};
-
 WriteMakefile(
   VERSION_FROM => 'lib/Kalamar.pm',
   ABSTRACT     => 'Mojolicious-based Frontend for KorAP',
@@ -18,7 +14,7 @@
   },
   LICENSE      => 'freebsd',
   PREREQ_PM => {
-    'Mojolicious' => '7.66',
+    'Mojolicious' => '7.78',
     'Mojolicious::Plugin::TagHelpers::Pagination' => 0.06,
     'Mojolicious::Plugin::TagHelpers::MailToChiffre' => 0.09,
     'Mojolicious::Plugin::ClosedRedirect' => 0.13,