Skip to content

Commit

Permalink
Mojolicious 6.0 was released some days ago....
Browse files Browse the repository at this point in the history
Now this plugin fails to install due to the check for Mojolicious 5.x. I don't know what this test is for, because there is no bailout or a skip when the Mojolicious version doesn't match...
  • Loading branch information
reneeb committed Mar 2, 2015
1 parent a65f562 commit 8a1ae4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/i18n_url_for.t
Expand Up @@ -48,7 +48,7 @@ post '/login' => sub {

#

like $Mojolicious::VERSION, qr/^5\.\d+$/, 'Check Mojolicious 5.0';
cmp_ok $Mojolicious::VERSION, '>=', 5.0, 'Check Mojolicious >= 5.0';

#

Expand Down

0 comments on commit 8a1ae4b

Please sign in to comment.