Skip to content

Commit

Permalink
tweaked example
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Nov 13, 2012
1 parent 76f320d commit 4a0d212
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions Changes
@@ -1,4 +1,7 @@

3.58 2012-11-14
- Improved documentation.

3.57 2012-11-12
- Deprecated Mojo::Exception->raw_message.
- Improved error message accuracy in Mojo::Template by using line
Expand Down
2 changes: 1 addition & 1 deletion examples/microhttpd.pl
Expand Up @@ -37,7 +37,7 @@
print <<'EOF';
Starting server on port 3000.
Try something like "ab -c 30 -n 100000 -k http://127.0.0.1:3000/" for testing.
On a MacBook Pro 13" this results in about 16k req/s.
On a MacBook Air this results in about 18k req/s.
EOF

# Start event loop
Expand Down
2 changes: 1 addition & 1 deletion lib/Mojolicious.pm
Expand Up @@ -38,7 +38,7 @@ has static => sub { Mojolicious::Static->new };
has types => sub { Mojolicious::Types->new };

our $CODENAME = 'Rainbow';
our $VERSION = '3.57';
our $VERSION = '3.58';

sub AUTOLOAD {
my $self = shift;
Expand Down

0 comments on commit 4a0d212

Please sign in to comment.