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.
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://mojolicious.org
IRC
#mojo on irc.perl.org
Mailing-List
http://lists.kraih.com/listinfo/mojo
DEVELOPMENT
Repository
http://github.com/kraih/mojo/commits/master
SEE ALSO
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
vti
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.