
Mojo::HelloWorld - Hello World!

use Mojo::Transaction::Single;
use Mojo::HelloWorld;
my $hello = Mojo::HelloWorld->new;
my $tx = $hello->handler(Mojo::Transaction::Single->new);

Mojo::HelloWorld is the default Mojo application, used mostly for testing.

Mojo::HelloWorld inherits all methods from Mojo and implements the following new ones.
newmy $hello = Mojo::HelloWorld->new;
handler$tx = $hello->handler($tx);