diff --git a/Changes b/Changes index 99b3a92188..bbe80b95ca 100644 --- a/Changes +++ b/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. diff --git a/lib/Mojo/Server/Hypnotoad.pm b/lib/Mojo/Server/Hypnotoad.pm index 532c8100b9..29b7f20178 100644 --- a/lib/Mojo/Server/Hypnotoad.pm +++ b/lib/Mojo/Server/Hypnotoad.pm @@ -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 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 @@ -625,7 +625,7 @@ implements the following new ones. $toad->run('script/myapp'); -Run server. +Run server for application. =head1 SEE ALSO diff --git a/lib/Mojo/Server/Morbo.pm b/lib/Mojo/Server/Morbo.pm index affaa8c43c..794f667108 100644 --- a/lib/Mojo/Server/Morbo.pm +++ b/lib/Mojo/Server/Morbo.pm @@ -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