diff --git a/Changes b/Changes index 22f386f..a8a240f 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,7 @@ Revision history for Mojolicious::Plugin::TtRenderer {{$NEXT}} + - Mojolicious 5.0 support 1.52 2014-05-08 19:26:47 -0400 - updated repository name diff --git a/t/tt_plugin_lite_app.t b/t/tt_plugin_lite_app.t index aa562ce..f813775 100644 --- a/t/tt_plugin_lite_app.t +++ b/t/tt_plugin_lite_app.t @@ -24,7 +24,7 @@ BEGIN { $ENV{MOJO_TMPDIR} ||= tempdir( CLEANUP => 1) } # Make sure sockets are working plan skip_all => 'working sockets required for this test!' - unless Mojo::IOLoop->new->generate_port; + unless Mojo::IOLoop::Server->new->generate_port; plan tests => 6; # Leela: OK, this has gotta stop. I'm going to remind Fry of his humanity the way only a woman can.