commit | 892afded991cb4fc7199645170969ebb6d358e2b | [log] [tgz] |
---|---|---|
author | Akron <nils@diewald-online.de> | Fri Aug 28 17:58:15 2015 +0200 |
committer | Akron <nils@diewald-online.de> | Fri Aug 28 17:58:15 2015 +0200 |
tree | d6e10e838ec8705c5a496ab4a5f44dc71e8d6e99 | |
parent | 6a535d4d02066fdfdec8fd094a75c70cadd30d6c [diff] [blame] |
Fixed pagination bug in M::P::TagHelpers::Pagination
diff --git a/Makefile.PL b/Makefile.PL index 5723078..93912e2 100644 --- a/Makefile.PL +++ b/Makefile.PL
@@ -15,7 +15,7 @@ LICENSE => 'bsd_2', PREREQ_PM => { 'Mojolicious' => '5.00', - 'Mojolicious::Plugin::TagHelpers::Pagination' => 0.05, + 'Mojolicious::Plugin::TagHelpers::Pagination' => 0.06, 'Mojolicious::Plugin::TagHelpers::MailToChiffre' => 0.09, 'Mojolicious::Plugin::Notifications' => 0.04, 'Mojolicious::Plugin::MailException' => 0.18,