Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
small documentation tweaks
  • Loading branch information
kraih committed Feb 25, 2012
1 parent 5fd46cf commit 067fe79
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions Changes
@@ -1,5 +1,8 @@
This file documents the revision history for Perl extension Mojolicious.

2.54 2012-02-25 00:00:00
- Improved documentation.

2.53 2012-02-25 00:00:00
- Improved Hypnotoad with many info level log messages.
- Improved resilience of Mojo::IOLoop::Stream.
Expand Down
6 changes: 3 additions & 3 deletions lib/Mojo/Server/Hypnotoad.pm
Expand Up @@ -578,8 +578,8 @@ accept mutex, defaults to C<0.5>.
pid_file => '/var/run/hypnotoad.pid'
Full path to PID file, defaults to C<hypnotoad.pid> in the same directory as
the application. Note that this value can only be changed when the server has
been stopped.
the application. Note that this value can only be changed after the server
has been stopped.
=head2 C<proxy>
Expand Down Expand Up @@ -625,7 +625,7 @@ implements the following new ones.
$toad->run('script/myapp');
Run server.
Run server for application.
=head1 SEE ALSO
Expand Down
2 changes: 1 addition & 1 deletion lib/Mojo/Server/Morbo.pm
Expand Up @@ -189,7 +189,7 @@ Check if file has been modified since last check.
$morbo->run('script/myapp');
Run server.
Run server for application.
=head1 DEBUGGING
Expand Down

0 comments on commit 067fe79

Please sign in to comment.