Mojolicious 5.0 support
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user