commit | 2fef6c69f7298bcf52c28afa96637059c006ec24 | [log] [tgz] |
---|---|---|
author | Nils Diewald <nils@diewald-online.de> | Tue Nov 11 17:48:59 2014 +0000 |
committer | Nils Diewald <nils@diewald-online.de> | Tue Nov 11 17:48:59 2014 +0000 |
tree | 7182e220cca84a96cd3d6fbdb281c9f2f04b0cee | |
parent | 432356acb438f54ca6667a6cd5b1e4b75ef49796 [diff] [blame] |
Fixed cutoff and pagination
diff --git a/Makefile.PL b/Makefile.PL index 4fcb944..52d2980 100644 --- a/Makefile.PL +++ b/Makefile.PL
@@ -16,7 +16,7 @@ PREREQ_PM => { 'Mojolicious' => '5.00', # 'Mojolicious::Plugin::Oro::Account' => 0.07, - 'Mojolicious::Plugin::TagHelpers::Pagination' => 0.04, + 'Mojolicious::Plugin::TagHelpers::Pagination' => 0.05, 'Mojolicious::Plugin::Notifications' => 0.04, 'Mojolicious::Plugin::MailException' => 0.18, 'Mojolicious::Plugin::CHI' => 0.09,