NAME

Mojo - The Web In A Box!

SYNOPSIS

use base 'Mojo';

sub handler {
    my ($self, $tx) = @_;

    # Do magic things!

    return $tx;
}

DESCRIPTION

Mojo is a collection of libraries for web framework developers and example web frameworks.

*IMPORTANT!* This is beta software, don't use it for anything serious, it might eat your puppy or cause the apocalypse. (You've been warned...)

For userfriendly documentation see Mojo::Manual.

METHODS

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

build_tx

build_transaction

my $tx = $mojo->build_tx;
my $tx = $mojo->build_transaction;

handler

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

SUPPORT

Web

http://getmojo.kraih.com

IRC

#mojo on irc.freenode.org

Mailing-Lists

http://lists.kraih.com/listinfo/mojo
http://lists.kraih.com/listinfo/mojo-dev

SEE ALSO

Mojolicious

AUTHOR

Sebastian Riedel, sri@cpan.org.

CREDITS

In alphabetical order:

Andy Grundman

Aristotle Pagaltzis

Audrey Tang

Christian Hansen

Gisle Aas

Jesse Vincent

Marcus Ramberg

Pedro Melo

Shu Cho

And thanks to everyone else i might have forgotten. (Please send me a mail)

COPYRIGHT

Copyright (C) 2008, Sebastian Riedel.

This program is free software, you can redistribute it and/or modify it under the same terms as Perl 5.10.