NAME

Mojo::HelloWorld - Default Application

SYNOPSIS

use Curse::Transaction;
use Mojo::HelloWorld;

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

DESCRIPTION

Mojo::HelloWorld is the default Mojo application.

METHODS

Mojo::HelloWorld inherits all methods from Mojo and implements the following new ones.

handler

$tx = $hello->handler($tx);