Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
link to supported listen locations
  • Loading branch information
kraih committed Oct 30, 2013
1 parent c6ddf11 commit 113649b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions Changes
@@ -1,4 +1,6 @@

4.54 2013-10-31

4.53 2013-10-30
- Fixed a few unsubscribe and error event bugs in Mojo::EventEmitter.

Expand Down
2 changes: 1 addition & 1 deletion lib/Mojolicious.pm
Expand Up @@ -43,7 +43,7 @@ has types => sub { Mojolicious::Types->new };
has validator => sub { Mojolicious::Validator->new };

our $CODENAME = 'Top Hat';
our $VERSION = '4.53';
our $VERSION = '4.54';

sub AUTOLOAD {
my $self = shift;
Expand Down
3 changes: 2 additions & 1 deletion lib/Mojolicious/Guides/Cookbook.pod
Expand Up @@ -34,7 +34,8 @@ works on.

Another huge advantage is that it supports TLS and WebSockets out of the box,
a development certificate for testing purposes is built right in, so it just
works.
works, but you can specify all listen locations supported by
L<Mojo::Server::Daemon/"listen">.

$ ./script/myapp daemon -l https://*:3000
Server available at https://127.0.0.1:3000.
Expand Down

0 comments on commit 113649b

Please sign in to comment.