Fixed dependency on localize
diff --git a/Makefile.PL b/Makefile.PL
index dae423c..6b00488 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -24,7 +24,7 @@
 
     # Currently on GitHub only (github.com/akron)
     'Mojolicious::Plugin::Search' => 0.04,
-    'Mojolicious::Plugin::Localize' => 0.13
+    'Mojolicious::Plugin::Localize' => 0.14
   },
   test => {
     TESTS => 't/*.t'